Skip to content

Commit da8b59e

Browse files
Do not use ExtendWith
* when the extension has a mandatory field to initialize, because ExtendWith only works with default constructor
1 parent af48da9 commit da8b59e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

integration-test/src/test/java/org/cloudfoundry/CloudFoundryVersionConditionalRule.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
package org.cloudfoundry;
1818

1919
import com.github.zafarkhaja.semver.Version;
20-
import org.junit.jupiter.api.Assumptions;
2120
import org.junit.jupiter.api.extension.ConditionEvaluationResult;
2221
import org.junit.jupiter.api.extension.ExecutionCondition;
2322
import org.junit.jupiter.api.extension.ExtensionContext;

0 commit comments

Comments
 (0)