Uses of Interface
com.sun.javatest.Test
Packages that use Test
Package
Description
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 TestModifier and TypeClassDescriptionclass
Base class for tests with multiple sub test cases.Constructors in com.sun.javatest.lib with parameters of type TestModifierConstructorDescriptionTestCases
(Test t, PrintWriter log) Create an object to handle the test cases of the given test.