| Package | Description |
|---|---|
| org.testifyproject |
A package that contains Annotations, SPI contract classes, and traits.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<FieldDescriptor> |
SutDescriptor.findFieldDescriptor(Type type)
Find the descriptor for a field with the given type on the system under test.
|
Optional<FieldDescriptor> |
TestDescriptor.findFieldDescriptor(Type type)
Find the descriptor for a field with the given type on the test class.
|
Optional<FieldDescriptor> |
SutDescriptor.findFieldDescriptor(Type type,
String name)
Find the descriptor for a field with the given type and name on the system under test.
|
Optional<FieldDescriptor> |
TestDescriptor.findFieldDescriptor(Type type,
String name)
Find the descriptor for a field with the given type and name on the test class.
|
Collection<FieldDescriptor> |
SutDescriptor.getFieldDescriptors()
Get a list of field descriptors for all the fields associated with the system under test
.
|
Collection<FieldDescriptor> |
TestDescriptor.getFieldDescriptors()
Get a collection of field descriptors for all the fields associated with the test class.
|
Copyright © 2016–2018 Testify Project. All rights reserved.