Uses of Class
com.sun.javatest.TestEnvironment.Fault
Packages that use TestEnvironment.Fault
Package
Description
This package provides facilities for reading, executing
and monitoring tests.
-
Uses of TestEnvironment.Fault in com.sun.javatest
Methods in com.sun.javatest that throw TestEnvironment.FaultModifier and TypeMethodDescriptionGet a environment from this set of environments.String[]
Lookup a named property in the environment.String[]
Resolve a value in the environment by splitting it into words and performing various substitutions on it.Constructors in com.sun.javatest that throw TestEnvironment.FaultModifierConstructorDescriptionConstruct an environment for a named group of properties.TestEnvironment
(String name, Map[] propTables, String... propTableNames) Deprecated.please use constructor that accepts a list of mapsConstruct an environment for a named group of properties.