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