public class DisabledOnNativeImageCondition extends Object implements org.junit.jupiter.api.extension.ExecutionCondition
| Constructor and Description |
|---|
DisabledOnNativeImageCondition() |
| Modifier and Type | Method and Description |
|---|---|
org.junit.jupiter.api.extension.ConditionEvaluationResult |
evaluateExecutionCondition(org.junit.jupiter.api.extension.ExtensionContext context)
Containers/tests are disabled if
@DisabledOnNativeImage is present on the test
class or method and we're running on a native image. |
public org.junit.jupiter.api.extension.ConditionEvaluationResult evaluateExecutionCondition(org.junit.jupiter.api.extension.ExtensionContext context)
@DisabledOnNativeImage is present on the test
class or method and we're running on a native image.evaluateExecutionCondition in interface org.junit.jupiter.api.extension.ExecutionConditionCopyright © 2021 JBoss by Red Hat. All rights reserved.