Class HttpResourceExpiredFetchModifiedTest


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

      • HttpResourceExpiredFetchModifiedTest

        public HttpResourceExpiredFetchModifiedTest()
    • Method Detail

      • setUp

        @BeforeEach
        public void setUp()
        SETUP
      • test_fetch_ReportsModifications

        @Test
        @DisplayName("fetch() reports modifications")
        public void test_fetch_ReportsModifications()
        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_ReportsModifications

        @Test
        @DisplayName("isModified() reports modifications")
        public void test_isModified_ReportsModifications()
      • test_hasExpectedContent

        @Test
        @DisplayName("getInputStream() returns expected content")
        public void test_hasExpectedContent()
                                     throws Exception
        Throws:
        Exception
      • 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