| |
|
| junit.extensions.abbot.ScriptFixture abbot.editor.ScriptEditorFunctionalSuite
ScriptEditorFunctionalSuite | public class ScriptEditorFunctionalSuite extends ScriptFixture (Code) | | Provides aggregation of all scripts for testing the Script Editor.
Assumes tests are available in a subdirectory "test/scripts/editor".
|
Method Summary | |
public static void | main(String[] args) Run the default test suite. | public static Test | suite() Return the full suite of this test case's variations. |
ScriptEditorFunctionalSuite | public ScriptEditorFunctionalSuite(String name)(Code) | | Construct a test case with the given name.
|
main | public static void main(String[] args)(Code) | | Run the default test suite.
|
suite | public static Test suite()(Code) | | Return the full suite of this test case's variations.
|
|
|
|