| 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 | Interface and Description |
|---|---|
interface |
PropertiesReader
A contracts that specifies methods for reading property values.
|
interface |
PropertiesWriter
A contracts that specifies methods for writing property values.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultPropertiesReader
An implementation of
PropertiesReader contract. |
Copyright © 2016–2018 Testify Project. All rights reserved.