Uses of Class
org.glassfish.pfl.test.TestCaseTools.TestSuiteType
-
Packages that use TestCaseTools.TestSuiteType Package Description org.glassfish.pfl.test -
-
Uses of TestCaseTools.TestSuiteType in org.glassfish.pfl.test
Methods in org.glassfish.pfl.test that return TestCaseTools.TestSuiteType Modifier and Type Method Description static TestCaseTools.TestSuiteType
TestCaseTools.TestSuiteType. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TestCaseTools.TestSuiteType[]
TestCaseTools.TestSuiteType. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.glassfish.pfl.test with parameters of type TestCaseTools.TestSuiteType Modifier and Type Method Description static junit.framework.TestSuite
TestCaseTools. makeTestSuite(java.lang.Class cls, TestCaseTools.TestSuiteType type)
-