| Interface | Description |
|---|---|
| AnnotationInspector<T extends Annotation> |
Interface for inspecting annotations on a class.
|
| CollaboratorReifier |
A contract that defines a method to perform reification of the test class collaborator
fields.
|
| FinalReifier |
A contract that defines a method to perform final reification of the test class.
|
| InitialReifier |
A contract that defines a method to perform initial reification of the test class fields.
|
| InstanceProvider |
A contract that defines a method to provider instances that will be added to a
ServiceInstance. |
| InstrumentInstance |
A contract that defines methods for instrumenting a class.
|
| InstrumentMorpher<T> |
A contract that enables the substitution of parameters passed to super method using
org.testifyproject.bytebuddy.implementation.bind.annotation.Morph annotation. |
| InstrumentProvider |
A contract that provides an instrumented instance.
|
| PostVerifier |
A contract that defines a method to verify that the test class produces the correct result
after it is executed.
|
| PreVerifier |
A contract that defines a method to verify that the test class is configured correctly before
it is executed.
|
| ProxyInstance<T> |
A contract that defines a proxy instance instance object.
|
| ProxyInstanceController |
An SPI contract for starting dynamic proxy creation process.
|
| ProxyInstanceProvider |
A contract that defines a method to provider instances that will be added to a
ServiceInstance. |
| SutReifier |
A contract that defines a method to perform reification of the test class system under test
(SUT) field.
|
| Verifier |
A contract that defines a method to verify that the test class is initialized correctly
before it is executed.
|
Copyright © 2016–2018 Testify Project. All rights reserved.