Class IgnoreCondition
java.lang.Object
org.junit.jupiter.migrationsupport.conditions.IgnoreCondition
- All Implemented Interfaces:
ExecutionCondition
,Extension
@API(status=DEPRECATED,
since="6.0")
@Deprecated(since="6.0",
forRemoval=true)
public class IgnoreCondition
extends Object
implements ExecutionCondition
Deprecated, for removal: This API element is subject to removal in a future version.
ExecutionCondition
that supports JUnit 4's @Ignore
annotation.- Since:
- 5.4
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated, for removal: This API element is subject to removal in a future version.Containers/tests are disabled if@Ignore
is present on the test class or method.
-
Constructor Details
-
IgnoreCondition
public IgnoreCondition()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
evaluateExecutionCondition
Deprecated, for removal: This API element is subject to removal in a future version.Containers/tests are disabled if@Ignore
is present on the test class or method.- Specified by:
evaluateExecutionCondition
in interfaceExecutionCondition
- Parameters:
context
- the current extension context; nevernull
- Returns:
- the result of evaluating this condition; never
null
-
@Disabled
instead.