public interface ResourceProvider
| Modifier and Type | Method and Description |
|---|---|
void |
start(TestContext testContext)
Start all the resources using the given test context and service instance.
|
void |
stop(TestContext testContext)
Stop all the resources.
|
void start(TestContext testContext)
testContext - the test contextvoid stop(TestContext testContext)
testContext - the test contextCopyright © 2016–2018 Testify Project. All rights reserved.