Class DefaultChangeDetectionServiceIntegrationTest

    • Constructor Detail

      • DefaultChangeDetectionServiceIntegrationTest

        public DefaultChangeDetectionServiceIntegrationTest()
    • Method Detail

      • setUp

        public void setUp()
      • shouldDetectNewItemsWithoutItemSelector

        public void shouldDetectNewItemsWithoutItemSelector()
      • shouldDetectNewItemsWithItemSelectorWithoutParameters

        public void shouldDetectNewItemsWithItemSelectorWithoutParameters()
      • shouldDetectNewItemsWithItemSelectorWithParameters

        public void shouldDetectNewItemsWithItemSelectorWithParameters()
      • shouldDetectModifiedItemsWithoutItemSelector

        public void shouldDetectModifiedItemsWithoutItemSelector()
      • shouldDetectModifiedItemsWithItemSelectorWithoutParameters

        public void shouldDetectModifiedItemsWithItemSelectorWithoutParameters()
      • shouldDetectModifiedItemsWithItemSelectorWithParameters

        public void shouldDetectModifiedItemsWithItemSelectorWithParameters()
      • shouldDetectRemovedItemsWithoutItemSelector

        public void shouldDetectRemovedItemsWithoutItemSelector()
      • shouldDetectRemovedItemsWithItemSelectorWithoutParameters

        public void shouldDetectRemovedItemsWithItemSelectorWithoutParameters()
      • shouldDetectRemovedItemsWithItemSelectorWithParameters

        public void shouldDetectRemovedItemsWithItemSelectorWithParameters()
      • shouldDetectAllChangeTypesWithoutItemSelector

        public void shouldDetectAllChangeTypesWithoutItemSelector()
      • shouldDetectAllChangeTypesWithItemSelectorWithoutParameters

        public void shouldDetectAllChangeTypesWithItemSelectorWithoutParameters()
      • shouldDetectAllChangeTypesWithItemSelectorWithParameters

        public void shouldDetectAllChangeTypesWithItemSelectorWithParameters()
      • shouldDetectAsRemovedItemsWhichNoLongerMatchSelector

        public void shouldDetectAsRemovedItemsWhichNoLongerMatchSelector()
      • shouldDetectAsNewItemsWhichBecomeToMatchSelector

        public void shouldDetectAsNewItemsWhichBecomeToMatchSelector()