| Package | Description |
|---|---|
| org.testifyproject |
A package that contains Annotations, SPI contract classes, and traits.
|
| org.testifyproject.extension |
| Modifier and Type | Method and Description |
|---|---|
Instance<C> |
ClientInstance.getClient()
Get client instance.
|
Instance<R> |
LocalResourceInstance.getResource()
Get the underlying local resource instance.
|
Instance<R> |
RemoteResourceInstance.getResource()
Get the resource instance associated with the remote resource.
|
Instance<R> |
VirtualResourceInstance.getResource()
Get the resource instance associated with the virtual resource.
|
Instance<T> |
ServerInstance.getServer()
Get the underlying server instance.
|
| Modifier and Type | Method and Description |
|---|---|
Optional<Instance<C>> |
LocalResourceInstance.getClient()
Get the client instance associated with the local resource.
|
Optional<Instance<P>> |
ClientInstance.getClientSupplier()
Get the client supplier instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<Instance> |
ProxyInstanceController.create(TestContext testContext)
Create dynamic proxies and return instances of them as a list.
|
List<Instance> |
InstanceProvider.get(TestContext testContext)
Provide one or more instances.
|
Copyright © 2016–2018 Testify Project. All rights reserved.