Modifier and Type | Method and Description |
---|---|
Annotation |
getAnnotation()
Return the group's annotation.
|
static String |
getGroupName(Class<? extends Annotation> annotationClass)
Return
TestGroup 's name assigned to a given annotation. |
static String |
getGroupSysProperty(Class<? extends Annotation> annotationClass)
Return
TestGroup 's system property assigned to a given annotation. |
String |
getName()
Test group name, resolving defaults.
|
String |
getSysPropertyName()
Test group system property, resolving defaults.
|
boolean |
isEnabled()
Returns the execution state for this group.
|
public Annotation getAnnotation()
public String getName()
TestGroup.name()
public String getSysPropertyName()
TestGroup.sysProperty()
public boolean isEnabled()
public static String getGroupName(Class<? extends Annotation> annotationClass)
TestGroup
's name assigned to a given annotation.public static String getGroupSysProperty(Class<? extends Annotation> annotationClass)
TestGroup
's system property assigned to a given annotation.Copyright © 2011–2014 Carrot Search s.c.. All rights reserved.