Class TestGroup.Utilities

  • Enclosing class:
    TestGroup

    public static class TestGroup.Utilities
    extends java.lang.Object
    Utilities to deal with annotations annotated with TestGroup.
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Utilities

        public Utilities()
    • 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)