public class URITestHTTPResourceProvider extends Object implements TestHTTPResourceProvider<URI>
| Constructor and Description |
|---|
URITestHTTPResourceProvider() |
| Modifier and Type | Method and Description |
|---|---|
Class<URI> |
getProvidedType() |
URI |
provide(URI testUri,
Field field)
Create the resource to be injected into the field.
|
public Class<URI> getProvidedType()
getProvidedType in interface TestHTTPResourceProvider<URI>public URI provide(URI testUri, Field field)
TestHTTPResourceProviderNote that there is no need to directly call set() on the field, it is only provided to allow you to examine the generic type and any additional annotations.
provide in interface TestHTTPResourceProvider<URI>Copyright © 2020 JBoss by Red Hat. All rights reserved.