Class TestGroup.Utilities
- java.lang.Object
-
- com.carrotsearch.randomizedtesting.annotations.TestGroup.Utilities
-
-
Constructor Summary
Constructors Constructor Description Utilities()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description private static java.lang.String
emptyToNull(java.lang.String value)
static java.lang.String
getGroupName(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
static java.lang.String
getSysProperty(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
-
-
-
Method Detail
-
getGroupName
public static java.lang.String getGroupName(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
-
getSysProperty
public static java.lang.String getSysProperty(java.lang.Class<? extends java.lang.annotation.Annotation> annotationClass)
-
emptyToNull
private static java.lang.String emptyToNull(java.lang.String value)
-
-