Package io.quarkus.test.common.http
Interface TestHTTPResourceProvider<T>
-
- All Known Implementing Classes:
StringTestHTTPResourceProvider,URITestHTTPResourceProvider,URLTestHTTPResourceProvider
public interface TestHTTPResourceProvider<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Class<T>getProvidedType()Tprovide(String testUri, Field field)Create the resource to be injected into the field.
-