Interface ExecutionCondition

    • Method Detail

      • evaluateExecutionCondition

        ConditionEvaluationResult evaluateExecutionCondition​(ExtensionContext context)
        Evaluate this condition for the supplied ExtensionContext.

        An enabled result indicates that the container or test should be executed; whereas, a disabled result indicates that the container or test should not be executed.

        Parameters:
        context - the current extension context; never null
        Returns:
        the result of evaluating this condition; never null