| Package | Description |
|---|---|
| org.testifyproject |
A package that contains Annotations, SPI contract classes, and traits.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ParameterDescriptor> |
SutDescriptor.findParameterDescriptor(Type type)
Find the descriptor for a constructor parameter with the given type on the system under
test.
|
Optional<ParameterDescriptor> |
SutDescriptor.findParameterDescriptor(Type type,
String name)
Find the descriptor for a constructor parameter with the given type and name on the
system under test.
|
Collection<ParameterDescriptor> |
SutDescriptor.getParameterDescriptors()
Get a list of parameter descriptors for all the parameters associated with the system
under test's constructor.
|
Copyright © 2016–2018 Testify Project. All rights reserved.