public final class GroupEvaluator extends Object
Modifier and Type | Method and Description |
---|---|
String |
getIgnoreReason(AnnotatedElement... elements) |
boolean |
isGroupEnabled(Class<? extends Annotation> testGroupAnnotation) |
public String getIgnoreReason(AnnotatedElement... elements)
public boolean isGroupEnabled(Class<? extends Annotation> testGroupAnnotation)
TestGroup
. Note that tests may be enabled or disabled using filtering
expressions so an enabled group does not necessarily mean a test marked with
this group will be executed.Copyright © 2011–2024 Carrot Search s.c.. All rights reserved.