Class ClientResponseFilterTest

java.lang.Object
io.micronaut.http.client.tck.tests.filter.ClientResponseFilterTest

public class ClientResponseFilterTest extends Object
  • Field Details

  • Constructor Details

    • ClientResponseFilterTest

      public ClientResponseFilterTest()
  • Method Details

    • responseFilterImmediateRequestParameter

      @Test public void responseFilterImmediateRequestParameter() throws IOException
      Throws:
      IOException
    • responseFilterImmediateMutableRequestParameter

      @Test public void responseFilterImmediateMutableRequestParameter() throws IOException
      Throws:
      IOException
    • responseFilterResponseParameter

      @Test public void responseFilterResponseParameter() throws IOException
      Throws:
      IOException
    • responseFilterMutableResponseParameter

      @Test @Disabled public void responseFilterMutableResponseParameter() throws IOException
      Throws:
      IOException
    • responseFilterThrowableParameter

      @Test public void responseFilterThrowableParameter() throws IOException
      Throws:
      IOException
    • responseFilterReplaceResponse

      @Test public void responseFilterReplaceResponse() throws IOException
      Throws:
      IOException
    • responseFilterReplaceMutableResponse

      @Test public void responseFilterReplaceMutableResponse() throws IOException
      Throws:
      IOException
    • responseFilterReplaceResponseNull

      @Test public void responseFilterReplaceResponseNull() throws IOException
      Throws:
      IOException
    • responseFilterReplaceResponseEmpty

      @Test public void responseFilterReplaceResponseEmpty() throws IOException
      Throws:
      IOException
    • responseFilterReplacePublisherResponse

      @Test public void responseFilterReplacePublisherResponse() throws IOException
      Throws:
      IOException
    • responseFilterReplaceMonoResponse

      @Test public void responseFilterReplaceMonoResponse() throws IOException
      Throws:
      IOException
    • responseFilterReplaceCompletableResponse

      @Test public void responseFilterReplaceCompletableResponse() throws IOException
      Throws:
      IOException
    • responseFilterReplaceCompletionResponse

      @Test public void responseFilterReplaceCompletionResponse() throws IOException
      Throws:
      IOException