Uses of Class
gw.test.TestClassFinder.TestClassFindType
-
Packages that use TestClassFinder.TestClassFindType Package Description gw.test -
-
Uses of TestClassFinder.TestClassFindType in gw.test
Methods in gw.test that return TestClassFinder.TestClassFindType Modifier and Type Method Description static TestClassFinder.TestClassFindTypeTestClassFinder.TestClassFindType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TestClassFinder.TestClassFindType[]TestClassFinder.TestClassFindType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in gw.test with parameters of type TestClassFinder.TestClassFindType Modifier and Type Method Description private java.util.List<IType>TestClassFinder. findTestTypes(IDirectory entry, TestClassFinder.TestClassFindType findType)private voidTestClassFinder. findTestTypesImpl(IDirectory root, IDirectory entry, TestClassFinder.TestClassFindType findType, java.util.ArrayList<IType> types)private voidTestClassFinder. possiblyAddTest(IFile entry, IDirectory root, TestClassFinder.TestClassFindType findType, java.util.ArrayList<IType> types)private booleanTestClassFinder. shouldConsiderFile(IFile entry, TestClassFinder.TestClassFindType findType)
-