| 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 |
FieldDescriptor
A contract that defines methods to access properties of or perform operations on a field.
|
interface |
MethodDescriptor
A contract that defines methods to access properties of or perform operations on a method.
|
interface |
ParameterDescriptor
A contract that defines methods to access properties of or perform operations on a system
under test (SUT) constructor parameters.
|
interface |
SutDescriptor
A contract that defines methods to access properties of or perform operations on a system
under test (SUT).
|
interface |
TestDescriptor
A contract that defines methods used to access or perform operations on a test class.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
FieldAnnotationTrait
A contract that specifies mock traits.
|
interface |
FieldTrait
A contract that specifies field traits.
|
interface |
MethodTrait
A contract that specifies method traits.
|
Copyright © 2016–2018 Testify Project. All rights reserved.