Interface ServerProviderConformanceTest.Adapter<T extends ServerProvider,​U,​V>

    • Method Detail

      • newConfigModule

        com.google.inject.Module newConfigModule()
      • getServerProviderClass

        java.lang.Class<T> getServerProviderClass()
      • newClient

        U newClient​(T server)
             throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • executeRequest

        V executeRequest​(U client,
                         boolean withRequestContent)
                  throws java.lang.Throwable
        Throws:
        java.lang.Throwable
      • newResponseContent

        java.lang.Iterable<java.nio.ByteBuffer> newResponseContent()
      • validateResponse

        void validateResponse​(V response)
                       throws java.lang.Throwable
        Throws:
        java.lang.Throwable