Uses of Enum
gw.test.TestClassFinder.TestClassFindType
Packages that use TestClassFinder.TestClassFindType
-
Uses of TestClassFinder.TestClassFindType in gw.test
Subclasses with type arguments of type TestClassFinder.TestClassFindType in gw.testMethods in gw.test that return TestClassFinder.TestClassFindTypeModifier and TypeMethodDescriptionReturns 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.TestClassFindTypeModifier and TypeMethodDescriptionTestClassFinder.findTestTypes(IDirectory entry, TestClassFinder.TestClassFindType findType) private voidTestClassFinder.findTestTypesImpl(IDirectory root, IDirectory entry, TestClassFinder.TestClassFindType findType, ArrayList<IType> types) private voidTestClassFinder.possiblyAddTest(IFile entry, IDirectory root, TestClassFinder.TestClassFindType findType, ArrayList<IType> types) private booleanTestClassFinder.shouldConsiderFile(IFile entry, TestClassFinder.TestClassFindType findType)