|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectTestCase
com.ssx.xml.output.impl.Test_AttributesAdapter
Constructor Summary | |
Test_AttributesAdapter(String name)
|
Method Summary | |
void |
testAttributesAndNamespaces()
The adapter will transparently merge a collection of namespace defenitions and attributes so that the user perceives a list of SAX attributes. |
void |
testEmptyContainer()
If no aattributes or namespaces are added to the adapter it will appear empty to the user. |
void |
testOnlyAttributes()
The adapter will present a collection of XmlOutput attributes as a collection of SAX attributes. |
void |
testOnlyNamespaces()
The adapter will present a collection of namespaces as a collection of SAX attributes. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Test_AttributesAdapter(String name)
name
- The test suite nameMethod Detail |
public void testEmptyContainer()
public void testOnlyAttributes()
public void testOnlyNamespaces()
public void testAttributesAndNamespaces()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |