Class TestExecutionCondition
java.lang.Object
org.springframework.modulith.junit.TestExecutionCondition
Primary condition implementation that decides whether to run a test based on an
TestExecutionCondition.ConditionContext
. Simple
facade for testability without needing to instantiate more involved JUnit concepts.- Author:
- Lukas Dohmen, David Bilge, Oliver Drotbohm
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescription(package private) static final record
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) org.junit.jupiter.api.extension.ConditionEvaluationResult
-
Constructor Details
-
TestExecutionCondition
TestExecutionCondition()
-
-
Method Details
-
evaluate
org.junit.jupiter.api.extension.ConditionEvaluationResult evaluate(TestExecutionCondition.ConditionContext context)
-