public class TranslatorTest extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
INDESIGN_ENTITIES_REPLACE_FILENAME |
static String |
INDESIGN_PROPERTIES_FILENAME |
| Constructor and Description |
|---|
TranslatorTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
testClosingCharStyle()
Tests the closing CharStyle tag for certain HTML tags
|
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_PLA_6334()
Tests nested and nesting tags test case for JIRA task http://jira.hybris.de/browse/PLA-6334
|
void |
testNestedCharStyles()
Tests nested and nesting tags
|
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 |
testParagraphBreak_PLA_6318()
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 |
testTableEmptyULItems_PLA_6439()
Tests translation of ul/li structures in case as in PLA-6439
|
void |
testTagDefinedInXML()
nested bold tag translation test
|
public static final String INDESIGN_PROPERTIES_FILENAME
public static final String INDESIGN_ENTITIES_REPLACE_FILENAME
public void testNewLine()
public void testNewLineWOTagClose()
public void testEmptyParagraph()
public void testTagDefinedInXML()
public void testEntity()
public void testClosingCharStyle()
public void testMultipleParaStyles()
public void testNestedCharStyles_PLA_6334()
public void testNestedCharStyles()
public void testTableEmptyULItems_PLA_6439()
public void testParagraphBreak_PLA_6318()
Copyright © 2017 SAP SE. All Rights Reserved.