public interface JUnitStrategy
-
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)
-
Method Details
-
isTestClass
-
isTestMethod
-
isTestSetupMethod
-
isSerenityTestCase
-
isAssumptionViolatedException
-
isATaggableClass
-
isIgnored
-
getTitleAnnotation
-
getTagsFor
-