Class TokenReplacerTest


  • public class TokenReplacerTest
    extends BaseTest
    • Constructor Detail

      • TokenReplacerTest

        public TokenReplacerTest()
    • Method Detail

      • setUp

        @BeforeEach
        public void setUp()
      • testTokenWithoutNamespace

        @Test
        public void testTokenWithoutNamespace()
                                       throws Exception
        Throws:
        Exception
      • testTokenWithNamespace

        @Test
        public void testTokenWithNamespace()
                                    throws Exception
        Throws:
        Exception
      • testEscapingOutsideToken

        @Test
        public void testEscapingOutsideToken()
                                      throws Exception
        Throws:
        Exception
      • testEscapingInToken

        @Test
        public void testEscapingInToken()
                                 throws Exception
        Throws:
        Exception
      • testDoubleEscapingOutsideToken

        @Test
        public void testDoubleEscapingOutsideToken()
                                            throws Exception
        Throws:
        Exception
      • testTokenWithSpecialChars

        @Test
        public void testTokenWithSpecialChars()
                                       throws Exception
        Throws:
        Exception
      • testEscapingTokenStart1

        @Test
        public void testEscapingTokenStart1()
                                     throws Exception
        Throws:
        Exception
      • testEscapingTokenStart2

        @Test
        public void testEscapingTokenStart2()
                                     throws Exception
        Throws:
        Exception