Uses of Interface
com.sun.javatest.Test
-
Packages that use Test Package Description com.sun.javatest.lib This package contains miscellaneous library code that may be used by tests and frameworks. -
-
Uses of Test in com.sun.javatest.lib
Classes in com.sun.javatest.lib that implement Test Modifier and Type Class Description class
MultiTest
Base class for tests with multiple sub test cases.Constructors in com.sun.javatest.lib with parameters of type Test Constructor Description TestCases(Test t, java.io.PrintWriter log)
Create an object to handle the test cases of the given test.
-