| Package | Description |
|---|---|
| org.testifyproject |
A package that contains Annotations, SPI contract classes, and traits.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceInstance |
ServiceProvider.configure(TestContext testContext,
T serviceContext)
Configure a service instance using the given test context and service context.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<ServiceInstance> |
TestContext.getServiceInstance()
Get the service instance associated with the test context.
|
| Modifier and Type | Method and Description |
|---|---|
default void |
ServiceProvider.postConfigure(TestContext testContext,
ServiceInstance serviceInstance)
Initialize a service instance using the given test context and service context.
|
Copyright © 2016–2018 Testify Project. All rights reserved.