+
+ +

Class HttpResourcesIT

+
+
+ +
+
    +
  • +
    +
    @SpringBootTest
    +public class HttpResourcesIT
    +extends IntegrationTestBase
    +
    +
    Author:
    +
    Kai Moritz
    +
    +
  • +
+
+
+ +
+
+
    +
  • + +
    +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HttpResourcesIT

        +
        public HttpResourcesIT()
        +
      • +
      +
    • +
    +
    + +
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        clearCache

        +
        @BeforeEach
        +public void clearCache()
        +
      • +
      + + + +
        +
      • +

        testFetchExistent

        +
        @Test
        +public void testFetchExistent()
        +                       throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testFetchNonExistent

        +
        @Test
        +public void testFetchNonExistent()
        +                          throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testFetchServerResponse500

        +
        @Test
        +public void testFetchServerResponse500()
        +                                throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testCaching

        +
        @Test
        +public void testCaching()
        +                 throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testFetchEncoded

        +
        @Test
        +public void testFetchEncoded()
        +                      throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testModifiedResource

        +
        @Test
        +public void testModifiedResource()
        +                          throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      + + + +
        +
      • +

        testModifiedResourceAccessOnly

        +
        @Test
        +public void testModifiedResourceAccessOnly()
        +                                    throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      +
    • +
    +
    +
  • +
+
+
+