Class KeywordStartIT


  • @Tag("SunnyDay")
    public class KeywordStartIT
    extends Object
    • Constructor Detail

      • KeywordStartIT

        public KeywordStartIT()
    • Method Detail

      • testKeywordsMatch

        @Test
        public void testKeywordsMatch()
      • testCheckDuplicates

        @Test
        public void testCheckDuplicates()
      • testExpectedClasses

        @Test
        public void testExpectedClasses()
        This test guards against accidental renaming or incorrect naming of the keyword used to identify the service. The keyword is used to access the commands via the command line, so changes are visible to users and should not be changed.

        Note: this test may fail in Eclipse, if the services files haven't been generated by the AutoService annotation processor

      • checkHasMain

        @Test
        public void checkHasMain()