|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.baselinetest.TestContext
public class TestContext
The context under which a test suite has been executed. Contains specific information about the test environment, as well as context-specific arguments.
| Method Summary | |
|---|---|
ArgumentCollection |
getContextArguments()
Get the ArgumentCollection for this TestContext. |
java.io.File |
getContextDir()
Get the directory for the TestContext. |
ArgumentCollection |
getEnvironmentArgumentCollection()
Get the ArgumentCollection containing environment variables. |
java.lang.String |
getName()
Get the name of the context. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public ArgumentCollection getContextArguments()
public ArgumentCollection getEnvironmentArgumentCollection()
public java.io.File getContextDir()
public java.lang.String getName()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||