Class AbstractJLinkMojoTest

    • Constructor Detail

      • AbstractJLinkMojoTest

        public AbstractJLinkMojoTest()
    • Method Detail

      • before

        @BeforeEach
        public void before()
      • convertShouldReturnSingleCharacter

        @Test
        @DisplayName("convert should return single characters")
        public void convertShouldReturnSingleCharacter()
      • convertShouldReturnTwoCharactersSeparatedByPathSeparator

        @Test
        @DisplayName("convert should two characters separated by path separator")
        public void convertShouldReturnTwoCharactersSeparatedByPathSeparator()
      • convertUsingDifferentDelimiterShouldReturnTwoCharactersSeparatedByPathSeparator

        @Test
        @DisplayName("convert using differential delimiter should return two characters separated by path separator")
        public void convertUsingDifferentDelimiterShouldReturnTwoCharactersSeparatedByPathSeparator()
      • convertUsingMultipleDelimitersShouldReturnTwoCharactersSeparatedByPathSeparator

        @Test
        @DisplayName("convertSeparatedModulePathToPlatformSeparatedModulePath() should return two characters separated by path separator")
        public void convertUsingMultipleDelimitersShouldReturnTwoCharactersSeparatedByPathSeparator()
      • getPlatformDependSeparateListShouldReturnASingleCharacter

        @Test
        @DisplayName("getPlatformDependSeparateList() should return a single character")
        public void getPlatformDependSeparateListShouldReturnASingleCharacter()
      • getPlatformDependSeparateListShouldReturnTwoCharactersSeparated

        @Test
        @DisplayName("getPlatformDependSeparateList() should return two characters separated")
        public void getPlatformDependSeparateListShouldReturnTwoCharactersSeparated()
      • getPlatformDependSeparateListShouldReturnThreeCharactersSeparated

        @Test
        @DisplayName("getPlatformDependSeparateList() should return three characters separated")
        public void getPlatformDependSeparateListShouldReturnThreeCharactersSeparated()
      • getCommaSeparatedListShouldReturnASingleCharacter

        @Test
        @DisplayName("getCommaSeparatedList() should return a single character")
        public void getCommaSeparatedListShouldReturnASingleCharacter()
      • getCommaSeparatedListShouldReturnTwoCharactersSeparatedByComma

        @Test
        @DisplayName("getCommaSeparatedList() should return two characters separated by comma")
        public void getCommaSeparatedListShouldReturnTwoCharactersSeparatedByComma()