public class AttributeTransformerTest extends Object
| Constructor and Description | 
|---|
| AttributeTransformerTest() | 
| Modifier and Type | Method and Description | 
|---|---|
| void | before() | 
| void | testParseAttribute() | 
| void | testParseAttributeInTarget() | 
| void | testParseDefinitionInsideType() | 
| void | testParseDefinitionInsideValue() | 
| void | testParseEscapingInDefinition() | 
| void | testParseEscapingInPlain() | 
| void | testParseNoOverrideAttribute() | 
| void | testParseNoOverrideAttributeInSource() | 
| void | testParseNotEndedDefinition() | 
| void | testParseOption() | 
| void | testParseOptionInTarget() | 
| void | testParseOverrideAttribute() | 
| void | testParseOverrideAttributeInSource() | 
| void | testParsePlainInTarget() | 
| void | testParsePlainText() | 
| void | testParseSeveralDefinitions() | 
| void | testUnknownDefinition() | 
@BeforeEach
public void before()
                         throws SourceTransformerException
SourceTransformerException@Test
public void testParsePlainText()
                               throws SourceTransformerException
SourceTransformerException@Test
public void testParseOption()
                            throws SourceTransformerException
SourceTransformerException@Test
public void testParseAttribute()
                               throws SourceTransformerException
SourceTransformerException@Test
public void testParseOverrideAttribute()
                                       throws SourceTransformerException
SourceTransformerException@Test
public void testParseNoOverrideAttribute()
                                         throws SourceTransformerException
SourceTransformerException@Test
public void testParseEscapingInPlain()
                                     throws SourceTransformerException
SourceTransformerException@Test
public void testParseEscapingInDefinition()
                                          throws SourceTransformerException
SourceTransformerException@Test
public void testParseSeveralDefinitions()
                                        throws SourceTransformerException
SourceTransformerException@Test public void testParseNotEndedDefinition()
@Test public void testParseDefinitionInsideType()
@Test public void testParseDefinitionInsideValue()
@Test public void testUnknownDefinition()
@Test public void testParsePlainInTarget()
@Test public void testParseOptionInTarget()
@Test public void testParseAttributeInTarget()
@Test public void testParseNoOverrideAttributeInSource()
@Test public void testParseOverrideAttributeInSource()
Copyright © 2000–2020 The Apache Software Foundation. All rights reserved.