| Package | Description |
|---|---|
| org.testifyproject |
A package that contains Annotations, SPI contract classes, and traits.
|
| Modifier and Type | Method and Description |
|---|---|
Application |
ApplicationInstance.getApplication()
Get the application annotation.
|
Application |
ClientInstance.getApplication()
Get the application annotation associated with the client instance.
|
Application |
ServerInstance.getApplication()
Get the application annotation associated with the server instance.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Application> |
TestDescriptor.getApplication()
The application annotation associated with the test class.
|
| Modifier and Type | Method and Description |
|---|---|
T |
ClientProvider.configure(TestContext testContext,
Application application,
URI baseURI)
Configure the client using the given server instance.
|
ClientInstance<C,P> |
ClientProvider.create(TestContext testContext,
Application application,
URI baseURI,
T configuration)
Create and initialize the client instance using the given base URI and configuration
object.
|
ServerInstance<S> |
ServerProvider.start(TestContext testContext,
Application application,
T configuration)
Start the server using the given configuration object.
|
Copyright © 2016–2018 Testify Project. All rights reserved.