public class TestAnnotations extends Object
public static TestAnnotations forClass(Class<?> testClass)
public boolean isPending(String methodName)
public static boolean isPending(Method method)
public static boolean isIgnored(Method method)
public static boolean shouldSkipNested(Method method)
public static boolean isAnExampleStep(Method method)
public boolean isIgnored(String methodName)
public Optional<String> getAnnotatedIssueForMethod(String methodName)
methodName - the name of the test method in the Java test class, if applicable.
returnspublic Optional<String> getAnnotatedVersionForMethod(String methodName)
public static void addTagValues(List<TestTag> tags, WithTagValuesOf tagSet)
Copyright © 2022. All rights reserved.