|
||||||||||
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_AttributeListImpl
The AttributeList class contains a variable number of Attributes. It allows the user to add and remove Attributes, iterate through the existing attribute set and find attributes by name.
Constructor Summary | |
Test_AttributeListImpl(String name)
|
Method Summary | |
void |
testAddAttributes()
Attributes can be added to the list. |
void |
testClearAttributes()
All attributes can be cleared from the list. |
void |
testIterateAttributes()
The list can provide an interator to traverse the Attribute set. |
void |
testNoDefensiveCopying()
The given attribute object is added to the list and should not be re-used. |
void |
testSize()
Size should return the number of attributes in the collection |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Test_AttributeListImpl(String name)
name
- The test suite nameMethod Detail |
public void testAddAttributes()
public void testNoDefensiveCopying()
public void testIterateAttributes()
public void testClearAttributes()
public void testSize()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |