Class DefaultConcordionRunner

java.lang.Object
org.concordion.internal.runner.DefaultConcordionRunner
All Implemented Interfaces:
Runner

public class DefaultConcordionRunner extends Object implements Runner
A run-command runner that uses JUnit Platform engines (e.g. "concordion", "junit-vintage") to run the fixture class' specification/examples. The fixture class is usually annotated with @ConcordionFixture or @RunWith(ConcordionRunner.class).

Not to be confused with ConcordionRunner which is a Runner used with @RunWith annotation.