| Package | Description |
|---|---|
| org.testifyproject |
A package that contains Annotations, SPI contract classes, and traits.
|
| org.testifyproject.trait |
A package that contains traits contracts.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ApplicationInstance
A contract that defines methods for retrieving information about an application.
|
interface |
ClientInstance<C,P>
A contract that defines methods for retrieving information about a client and communicating
with the application under test.
|
interface |
LocalResourceInstance<R,C>
A contract that defines methods to get information about a local resource instance.
|
interface |
RemoteResourceInstance<R>
A contract that defines methods to get information about a remote resource instance.
|
interface |
ServerInstance<T>
A contract that defines methods for retrieving information about the running server.
|
interface |
SutDescriptor
A contract that defines methods to access properties of or perform operations on a system
under test (SUT).
|
interface |
TestContext
A small context class that contains reference to the test testInstance, the test
testDescriptor, and helper methods.
|
interface |
TestDescriptor
A contract that defines methods used to access or perform operations on a test class.
|
interface |
VirtualResourceInstance<R>
A contract that defines methods for getting information about a virtual resource.
|
| Modifier and Type | Method and Description |
|---|---|
T |
LocalResourceProvider.configure(TestContext testContext,
LocalResource localResource,
PropertiesReader configReader)
A method to configure a local resource.
|
T |
RemoteResourceProvider.configure(TestContext testContext,
RemoteResource remoteResource,
PropertiesReader configReader)
A method to configure a remote resource.
|
T |
VirtualResourceProvider.configure(TestContext testContext,
VirtualResource virtualResource,
PropertiesReader configReader)
A method to configure a virtual resource.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPropertiesReader
An implementation of
PropertiesReader contract. |
| Modifier and Type | Method and Description |
|---|---|
default PropertiesReader |
PropertiesReader.getPropertiesReader(String key)
Get a PropertiesReader instance for the given mapKey.
|
static PropertiesReader |
DefaultPropertiesReader.of(Map<String,Object> properties)
Create a new instance of
DefaultPropertiesReader with the given properties. |
Copyright © 2016–2018 Testify Project. All rights reserved.