public class TranslatorPlainTextTest extends Object
| Constructor and Description |
|---|
TranslatorPlainTextTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testEmptyParagraph()
empty paragraph tag test.
|
void |
testEntity()
Entities testing
|
void |
testMultipleParaStyles()
Tests the creation of multiple ParaStyle tags within one script/translation
|
void |
testNestedCharStyles()
Tests nested and nesting tags
|
void |
testNestedCharStylesPLA6334()
Tests nested and nesting tags test case for JIRA task http://jira.hybris.de/browse/PLA-6334
|
void |
testNewLine()
new line tag translation test The BR tag should be translated to a so called "forced LineBreak"
|
void |
testNewLineWOTagClose()
new line tag translation test The BR tag should be translated to a so called "forced LineBreak".
|
void |
testParagraphBreakPLA6318()
Test of the using of paragraph.vm script especially considering PLA-6318
Following test cases have been defined: TC1: no part of the table, no first paragraph, main node - paragraph break (impossible case) TC2: no part of the table, no first paragraph, no main node - paragraph break TC3: no part of the table, first paragraph, main node - no paragraph break TC4: no part of the table, first paragraph, no main node - paragraph break TC5: part of the table, no first paragraph - paragraph break [PLA-6318] TC6: part of the table, first paragraph - no paragraph break [PLA-6318] |
void |
testTagDefinedInXML()
nested bold tag translation test
|
void |
testTags1()
bold,underline,italic,strike,newline tags test.
|
void |
testTags2()
div,paragraph,span tags test.
|
public void testNewLine()
public void testNewLineWOTagClose()
public void testEmptyParagraph()
public void testTags1()
public void testTags2()
public void testTagDefinedInXML()
public void testEntity()
public void testMultipleParaStyles()
public void testNestedCharStylesPLA6334()
public void testNestedCharStyles()
public void testParagraphBreakPLA6318()
Copyright © 2017 SAP SE. All Rights Reserved.