Package | Description |
---|---|
com.sun.javatest.lib |
This package contains miscellaneous library code
that may be used by tests and frameworks.
|
Modifier and Type | Method and Description |
---|---|
static MultiTest.SetupException |
MultiTest.SetupException.notApplicable(java.lang.String msg)
Creates a SetupException object which indicates that
this test is not applicable.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MultiTest.decodeAllArgs(java.lang.String[] args)
Parses the arguments passed to the test.
|
protected int |
MultiTest.decodeArg(java.lang.String[] args,
int index)
Decode the next argument in the argument array.
|
protected void |
MultiTest.init()
A setup method called after argument decoding is complete,
and before the test cases are executed.
|
Copyright (c) 1996, 2011, Oracle and/or its affiliates. All rights reserved.