| Package | Description |
|---|---|
| org.testifyproject |
A package that contains Annotations, SPI contract classes, and traits.
|
| Modifier and Type | Method and Description |
|---|---|
MethodDescriptor |
TestContext.getTestMethodDescriptor()
Get the test method descriptor associated with the test context.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<MethodDescriptor> |
TestDescriptor.findCollaboratorProvider(Type returnType)
Find the collaborator provider for the given return type.
|
Optional<MethodDescriptor> |
TestDescriptor.findCollaboratorProvider(Type returnType,
String name)
Find the collaborator provider for the given name and return type.
|
Optional<MethodDescriptor> |
TestDescriptor.findConfigHandler(Type configurableType)
Find the config handler associated with the test class capable of configuring the given
configurable type.
|
Collection<MethodDescriptor> |
TestDescriptor.getCollaboratorProviders()
Get a collection of collaborator provider methods associated with the test class.
|
Collection<MethodDescriptor> |
TestDescriptor.getConfigHandlers()
Get a collection of method handlers for all the config handlers associated with the test
class.
|
Copyright © 2016–2018 Testify Project. All rights reserved.