Interface ImplementationStatusModifier


public interface ImplementationStatusModifier
Examples can be marked as Unimplemented, ExpectedToFail, or Ignored declaratively via c:status attribute. If the status needs to be determined at runtime, this extension point can be used.
See Also:
  • Method Details

    • getStatusForExample

      ImplementationStatus getStatusForExample(ExampleDefinition exampleDefinition)
      Determine an example element's ImplementationStatus
      Parameters:
      exampleDefinition - the definition of the example to evaluate
      Returns:
      the status based on the exampleDefinition