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