| Package | Description |
|---|---|
| org.testifyproject |
A package that contains Annotations, SPI contract classes, and traits.
|
| org.testifyproject.extension |
| Class and Description |
|---|
| ApplicationInstance
A contract that defines methods for retrieving information about an application.
|
| ClientInstance
A contract that defines methods for retrieving information about a client and communicating
with the application under test.
|
| FieldDescriptor
A contract that defines methods to access properties of or perform operations on a field.
|
| Instance
A contract that defines an instance object.
|
| LocalResourceInfo
A contract that defines a local resource instance.
|
| LocalResourceInstance
A contract that defines methods to get information about a local resource instance.
|
| 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
A contract that defines methods to get information about a remote resource instance.
|
| ResourceInfo
A contract that defines a resource instance which consists of a resource annotation, resource
provider and resource instance.
|
| ServerInstance
A contract that defines methods for retrieving information about the running server.
|
| ServiceInstance
A contract that defines methods for working with various dependency injection frameworks to
add services and modules as well as retrieve services.
|
| 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.
|
| TestifyException
A generic testify runtime exception.
|
| TestRunner
A contract for starting and stopping test runs.
|
| VirtualResourceInfo
A contract that defines a virtual resource instance.
|
| VirtualResourceInstance
A contract that defines methods for getting information about a virtual resource.
|
| Class and Description |
|---|
| Instance
A contract that defines an instance object.
|
| 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.
|
Copyright © 2016–2018 Testify Project. All rights reserved.