public interface JUnitStrategy
Modifier and Type | Method and Description |
---|---|
List<TestTag> |
getTagsFor(Method testMethod) |
Optional<String> |
getTitleAnnotation(Method testMethod) |
boolean |
isAssumptionViolatedException(Throwable throwable) |
boolean |
isATaggableClass(Class<?> testClass) |
boolean |
isIgnored(Method method) |
boolean |
isSerenityTestCase(Class<?> testClass) |
boolean |
isTestClass(Class<?> testClass) |
boolean |
isTestMethod(Method method) |
boolean |
isTestSetupMethod(Method method) |
boolean isTestClass(Class<?> testClass)
boolean isTestMethod(Method method)
boolean isTestSetupMethod(Method method)
boolean isSerenityTestCase(Class<?> testClass)
boolean isAssumptionViolatedException(Throwable throwable)
boolean isATaggableClass(Class<?> testClass)
boolean isIgnored(Method method)
Copyright © 2022. All rights reserved.