Interface TestHTTPResourceProvider<T>

    • Method Detail

      • getProvidedType

        Class<T> getProvidedType()
      • provide

        T provide​(URI testUri,
                  Field field)
        Create 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.