| | |
| | | } |
| | | |
| | | /** |
| | | * Test for parsing escaped character in templates |
| | | * Test for parsing escaped character in templates. |
| | | */ |
| | | @Test(dataProvider = "validTemplates") |
| | | public void testParsingEscapeCharInTemplate(String testName, String[] lines) |
| | |
| | | } |
| | | |
| | | /** |
| | | * Test for escaped characters in templates, check LDIF output |
| | | * Test for escaped characters in templates, check LDIF output. |
| | | */ |
| | | @Test(dataProvider="templatesToTestLDIFOutput", dependsOnMethods = { "testParsingEscapeCharInTemplate"}) |
| | | public void testLDIFOutputFromTemplate(String testName, String[] lines, |
| | |
| | | |
| | | /** |
| | | * Test for escaped characters in templates, check LDIF output when |
| | | * the templates combines escaped characters and variables |
| | | * the templates combines escaped characters and variables. |
| | | */ |
| | | @Test(dependsOnMethods = { "testParsingEscapeCharInTemplate"}) |
| | | public void testOutputCombineEscapeCharInTemplate() throws Exception |