| Package | Description |
|---|---|
| org.testifyproject |
A package that contains Annotations, SPI contract classes, and traits.
|
| Modifier and Type | Method and Description |
|---|---|
LocalResourceInstance<R,C> |
LocalResourceProvider.start(TestContext testContext,
LocalResource localResource,
T config)
Start the local resource with the given testContext and configuration.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
LocalResourceProvider.load(TestContext testContext,
LocalResource localResource,
LocalResourceInstance<R,C> instance,
Set<String> dataFiles)
Load the given list of data file into the local resource prior to the resource being
used.
|
void |
LocalResourceProvider.stop(TestContext testContext,
LocalResource localResource,
LocalResourceInstance<R,C> instance)
Stop the local resource.
|
Copyright © 2016–2018 Testify Project. All rights reserved.