Class TokenReplacerTest
- java.lang.Object
-
- org.apache.torque.generator.BaseTest
-
- org.apache.torque.generator.control.TokenReplacerTest
-
public class TokenReplacerTest extends BaseTest
-
-
Constructor Summary
Constructors Constructor Description TokenReplacerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testDoubleEscapingOutsideToken()
void
testEscapingInToken()
void
testEscapingOutsideToken()
void
testEscapingTokenStart1()
void
testEscapingTokenStart2()
void
testNoToken()
void
testTokenWithNamespace()
void
testTokenWithoutNamespace()
void
testTokenWithSpecialChars()
-
-
-
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
-
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
-
-