We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38ecaf commit 5b34608Copy full SHA for 5b34608
1 file changed
CHANGELOG.md
@@ -5,6 +5,10 @@
5
- Fix the breaking change in TestParameterInjector v1.19: By getting the
6
parameter names via Kotlin, the breaking change in 1.19 is no longer breaking
7
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()`.
12
13
## 1.19
14
0 commit comments