See: Description
| Interface | Description |
|---|---|
| ApplicationInstance |
A contract that defines methods for retrieving information about an application.
|
| ApplicationProvider |
A contract that defines methods for starting and stopping an application.
|
| ClientInstance<C,P> |
A contract that defines methods for retrieving information about a client and communicating
with the application under test.
|
| ClientProvider<T,C,P> |
A contract that defines methods for configuring, initializing and destroying a client used to
communicate with the server.
|
| DataProvider<T> |
A contract that defines methods to load data into a resource.
|
| FieldDescriptor |
A contract that defines methods to access properties of or perform operations on a field.
|
| Instance<T> |
A contract that defines an instance object.
|
| LocalResourceInfo |
A contract that defines a local resource instance.
|
| LocalResourceInstance<R,C> |
A contract that defines methods to get information about a local resource instance.
|
| LocalResourceProvider<T,R,C> |
A contract that defines methods to configure, start an stop a local resource.
|
| MethodDescriptor |
A contract that defines methods to access properties of or perform operations on a method.
|
| MockProvider |
An SPI contract that methods for creating mock test doubles.
|
| ParameterDescriptor |
A contract that defines methods to access properties of or perform operations on a system
under test (SUT) constructor parameters.
|
| RemoteResourceInfo |
A contract that defines a remote resource instance.
|
| RemoteResourceInstance<R> |
A contract that defines methods to get information about a remote resource instance.
|
| RemoteResourceProvider<T,C> |
A contract that defines methods to configure, start an stop a remote resource.
|
| ResourceController |
An SPI contract for starting and stopping test resources.
|
| ResourceInfo<A extends Annotation,P,I> |
A contract that defines a resource instance which consists of a resource annotation, resource
provider and resource instance.
|
| ResourceProvider |
An SPI contract for starting and stopping resources required by the system under test.
|
| ServerInstance<T> |
A contract that defines methods for retrieving information about the running server.
|
| ServerProvider<T,S> |
A contract that defines methods to configure, start and stop a server.
|
| ServiceInstance |
A contract that defines methods for working with various dependency injection frameworks to
add services and modules as well as retrieve services.
|
| ServiceInterceptor |
An SPI contract to intercept service instance life-cycle events.
|
| ServiceProvider<T> |
An SPI contract to create and configure a service instance.
|
| SutDescriptor |
A contract that defines methods to access properties of or perform operations on a system
under test (SUT).
|
| TestConfigurer |
An interface that defines methods for configuring test attributes.
|
| TestContext |
A small context class that contains reference to the test testInstance, the test
testDescriptor, and helper methods.
|
| TestDescriptor |
A contract that defines methods used to access or perform operations on a test class.
|
| TestRunner |
A contract for starting and stopping test runs.
|
| VirtualResourceInfo |
A contract that defines a virtual resource instance.
|
| VirtualResourceInstance<R> |
A contract that defines methods for getting information about a virtual resource.
|
| VirtualResourceProvider<T> |
A contract that defines methods to configure, start an stop a virtual resource.
|
| Exception | Description |
|---|---|
| TestifyException |
A generic testify runtime exception.
|
Copyright © 2016–2018 Testify Project. All rights reserved.