Testpublic interface Scenario
java.lang.Object
to it's runIt method.Test| Modifier and Type | Method | Description |
|---|---|---|
int |
runIt(java.lang.Object param) |
Defines a way to execute this test scenario.
|
int runIt(java.lang.Object param)
param - An object passed to configure the test scenario
execution. For example, this parameter might be a
java.lang.String[] object that lists the
command line arguments to the Java application corresponding
to a test.