| Package | Description |
|---|---|
| org.testifyproject |
A package that contains Annotations, SPI contract classes, and traits.
|
| Modifier and Type | Method and Description |
|---|---|
VirtualResource |
VirtualResourceInstance.getVirtualResource()
Get the virtual resource annotation associated with the virtual resource instance.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<VirtualResource> |
TestDescriptor.getVirtualResources()
Get a collection of virtual resources associated with the test class.
|
| Modifier and Type | Method and Description |
|---|---|
T |
VirtualResourceProvider.configure(TestContext testContext,
VirtualResource virtualResource,
PropertiesReader configReader)
A method to configure a virtual resource.
|
default void |
VirtualResourceProvider.load(TestContext testContext,
VirtualResource virtualResource,
VirtualResourceInstance instance,
Set<String> dataFiles)
Load the given list of data file into the local resource prior to the resource being
used.
|
VirtualResourceInstance |
VirtualResourceProvider.start(TestContext testContext,
VirtualResource virtualResource,
T configuration)
Start the virtual resource with the given testContext and configuration.
|
void |
VirtualResourceProvider.stop(TestContext testContext,
VirtualResource virtualResource,
VirtualResourceInstance instance)
Stop the virtual resource.
|
Copyright © 2016–2018 Testify Project. All rights reserved.