Uses of Class
com.sun.javatest.TestEnvironment.Fault
-
Packages that use TestEnvironment.Fault Package Description com.sun.javatest 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.Fault Modifier and Type Method Description TestEnvironmentTestEnvContext. getEnv(java.lang.String name)Get a environment from this set of environments.java.lang.String[]TestEnvironment. lookup(java.lang.String key)Lookup a named property in the environment.java.lang.String[]TestEnvironment. resolve(java.lang.String s)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.Fault Constructor Description TestEnvironment(java.lang.String name, java.util.Map[] propTables, java.lang.String[] propTableNames)Construct an environment for a named group of properties.TestEnvironment(java.lang.String name, java.util.Map propTable, java.lang.String propTableName)Construct an environment for a named group of properties.
-