| Package | Description |
|---|---|
| org.testifyproject |
A package that contains Annotations, SPI contract classes, and traits.
|
| Modifier and Type | Method and Description |
|---|---|
RemoteResource |
RemoteResourceInstance.getRemoteResource()
Get the remote resource annotation associated with the remote resource instance.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<RemoteResource> |
TestDescriptor.getRemoteResources()
Get a collection of remote resources associated with the test class.
|
| Modifier and Type | Method and Description |
|---|---|
T |
RemoteResourceProvider.configure(TestContext testContext,
RemoteResource remoteResource,
PropertiesReader configReader)
A method to configure a remote resource.
|
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.
|
RemoteResourceInstance<C> |
RemoteResourceProvider.start(TestContext testContext,
RemoteResource remoteResource,
T config)
Start the remote resource with the given testContext and configuration.
|
void |
RemoteResourceProvider.stop(TestContext testContext,
RemoteResource remoteResource,
RemoteResourceInstance<C> instance)
Stop the remote resource.
|
Copyright © 2016–2018 Testify Project. All rights reserved.