public interface TestEnvironmentInitializer
| Modifier and Type | Method and Description |
|---|---|
void |
prepareTestEnvironment(TestCase testCase)
If this initializer feels responsible for the provided dash:TestEnvironment resource,
it should make the necessary adjustments to the current working environment.
|
void |
restoreOriginalEnvironment(TestCase testCase)
If this initializer has made changes to the environment that should be undone,
this method should restore the previous state.
|
void prepareTestEnvironment(TestCase testCase) throws Exception
testCase - the specific test case instance to executeException - if something went horribly wrongvoid restoreOriginalEnvironment(TestCase testCase) throws Exception
testCase - the specific test case instance to executeException - if something went horribly wrongCopyright © 2019 TopQuadrant, Inc.. All rights reserved.