Package io.quarkus.test.common.http
Class URLTestHTTPResourceProvider
java.lang.Object
io.quarkus.test.common.http.URLTestHTTPResourceProvider
- All Implemented Interfaces:
TestHTTPResourceProvider<URL>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
URLTestHTTPResourceProvider
public URLTestHTTPResourceProvider()
-
-
Method Details
-
getProvidedType
- Specified by:
getProvidedTypein interfaceTestHTTPResourceProvider<URL>
-
provide
Description copied from interface:TestHTTPResourceProviderCreate the resource to be injected into the field.Note 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.
- Specified by:
providein interfaceTestHTTPResourceProvider<URL>
-