Skip to content

Commit 5b34608

Browse files
committed
CHANGELOG: Add that TestParametersValuesProvider must contain at least one value
1 parent e38ecaf commit 5b34608

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@
55
- Fix the breaking change in TestParameterInjector v1.19: By getting the
66
parameter names via Kotlin, the breaking change in 1.19 is no longer breaking
77
when directly upgrading to 1.10
8+
- **Breaking change:** TestParametersValuesProvider must return at least one
9+
value. If your use case requires (sometimes) disabling the test by returning
10+
zero values, override
11+
`TestParametersValuesProvider.valuesListCanBeEmptyWhichMeansThatTheTestWillBeSkipped()`.
812

913
## 1.19
1014

0 commit comments

Comments
 (0)