Annotation Interface ConcordionFixture


@Retention(RUNTIME) @Target(TYPE) @Testable public @interface ConcordionFixture
Marks the class (with a class name that ends with Fixture or Test) as a fixture for a specification.

This allows it to be discovered by Concordion's JUnit Platform TestEngine.

This must not be used with JUnit Jupiter's @ExtendWith.

Since:
4.0