Package gw.test

Class TestSpec

    • Constructor Detail

      • TestSpec

        public TestSpec​(String type,
                        String... methods)
    • Method Detail

      • runAllMethods

        public boolean runAllMethods()
      • getMethods

        public String[] getMethods()
      • getTestType

        public IType getTestType()
      • getTestTypeName

        public String getTestTypeName()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object
      • extractTestMethods

        public static String[] extractTestMethods​(IType testType)
      • extractTestMethods

        public static List<String> extractTestMethods​(Class<? extends junit.framework.TestCase> testClass)