Class JUnit5Adapter
java.lang.Object
net.thucydides.model.adapters.junit5.JUnit5Adapter
- All Implemented Interfaces:
TestStrategyAdapter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetTagsFor(Method testMethod) getTitleAnnotation(Method testMethod) booleanisAssumptionViolatedException(Throwable throwable) booleanisATaggableClass(Class<?> testClass) booleanbooleanisSerenityTestCase(Class<?> testClass) booleanisTestClass(Class<?> testClass) booleanisTestMethod(Method method) booleanisTestSetupMethod(Method method) priority()
-
Constructor Details
-
JUnit5Adapter
public JUnit5Adapter()
-
-
Method Details
-
isTestClass
- Specified by:
isTestClassin interfaceTestStrategyAdapter
-
isTestMethod
- Specified by:
isTestMethodin interfaceTestStrategyAdapter
-
isTestSetupMethod
- Specified by:
isTestSetupMethodin interfaceTestStrategyAdapter
-
isSerenityTestCase
- Specified by:
isSerenityTestCasein interfaceTestStrategyAdapter
-
isAssumptionViolatedException
- Specified by:
isAssumptionViolatedExceptionin interfaceTestStrategyAdapter
-
isATaggableClass
- Specified by:
isATaggableClassin interfaceTestStrategyAdapter
-
isIgnored
- Specified by:
isIgnoredin interfaceTestStrategyAdapter
-
getTitleAnnotation
- Specified by:
getTitleAnnotationin interfaceTestStrategyAdapter
-
getTagsFor
- Specified by:
getTagsForin interfaceTestStrategyAdapter
-
priority
- Specified by:
priorityin interfaceTestStrategyAdapter
-