+
+ +

Class HttpResourceExpiredFetchUnmodifiedTest

+
+
+ +
+
    +
  • +
    +
    @DisplayName("HttpResource - Expired - Fetch: Unmodified")
    +@ExtendWith({org.springframework.test.context.junit.jupiter.SpringExtension.class,org.mockito.junit.jupiter.MockitoExtension.class})
    +public class HttpResourceExpiredFetchUnmodifiedTest
    +extends Object
    +
  • +
+
+
+ +
+
+
    +
  • + +
    +
      +
    • + + +

      Constructor Detail

      + + + +
        +
      • +

        HttpResourceExpiredFetchUnmodifiedTest

        +
        public HttpResourceExpiredFetchUnmodifiedTest()
        +
      • +
      +
    • +
    +
    + +
    +
      +
    • + + +

      Method Detail

      + + + +
        +
      • +

        setUp

        +
        @BeforeEach
        +public void setUp()
        +
        SETUP
        +
      • +
      + + + +
        +
      • +

        test_fetch_ReportsNoModifications

        +
        @Test
        +@DisplayName("fetch() reports no modification")
        +public void test_fetch_ReportsNoModifications()
        +
        Results for calls, that did trigger a fetch
        +
      • +
      + + + +
        +
      • +

        test_exists_IsTrue

        +
        @Test
        +@DisplayName("exists() is true")
        +public void test_exists_IsTrue()
        +
      • +
      + + + +
        +
      • +

        test_isReadable_IsTrue

        +
        @Test
        +@DisplayName("readable() is true")
        +public void test_isReadable_IsTrue()
        +
      • +
      + + + +
        +
      • +

        test_isModified_ReportsNoModifications

        +
        @Test
        +@DisplayName("isModified() reports no modification")
        +public void test_isModified_ReportsNoModifications()
        +
      • +
      + + + +
        +
      • +

        test_fetch_UpdatesData

        +
        @Test
        +@DisplayName("fetch() updates data")
        +public void test_fetch_UpdatesData()
        +
        Expected state after calls, that did trigger a fetch
        +
      • +
      + + + +
        +
      • +

        test_exists_UpdatesData

        +
        @Test
        +@DisplayName("exists() updates data")
        +public void test_exists_UpdatesData()
        +
      • +
      + + + +
        +
      • +

        test_isReadable_UpdatesData

        +
        @Test
        +@DisplayName("isReadable() updates data")
        +public void test_isReadable_UpdatesData()
        +
      • +
      + + + +
        +
      • +

        test_isModified_UpdatesData

        +
        @Test
        +@DisplayName("isModified() updates data")
        +public void test_isModified_UpdatesData()
        +
      • +
      + + + +
        +
      • +

        test_getInputStream_UpdatesData

        +
        @Test
        +@DisplayName("getInputStream() updates data")
        +public void test_getInputStream_UpdatesData()
        +                                     throws Exception
        +
        +
        Throws:
        +
        Exception
        +
        +
      • +
      +
    • +
    +
    +
  • +
+
+
+