Package org.concordion.integration
Interface TestFrameworkProvider
- All Known Implementing Classes:
JUnit4FrameworkProvider
,JUnit5FrameworkProvider
public interface TestFrameworkProvider
An interface for integrating other test frameworks with Concordion.
Currently this is limited to determining whether a given class is a Concordion fixture, but is likely to be
extended in future.
The providers are loaded using Java's Service Provider Interface. If creating your own instance, you will need to create a META-INF/services/org.concordion.integration.TestFrameworkProvider file containing the fully qualified name of your class, and include this file in your jar file.
- Since:
- 2.1.0
-
Method Summary
-
Method Details
-
isConcordionFixture
-