com.ssx.xml.output.impl
Class Test_AttributeImpl
java.lang.Object
TestCase
com.ssx.xml.output.impl.Test_AttributeImpl
- public class Test_AttributeImpl
- extends TestCase
The attribute class holds the data pertaining to attributes. It performs
no processing. This
- See Also:
- Serialized Form
Method Summary |
void |
testAccessors()
An attribute has two properties, and name and a value. |
void |
testSetNamespace()
Setting the namespace overrides the original prefix |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Test_AttributeImpl
public Test_AttributeImpl(String name)
- Parameters:
name
- The test case name
testAccessors
public void testAccessors()
- An attribute has two properties, and name and a value. The attribute
just holds these values and does not modify them in any way or perform
validity checks.
testSetNamespace
public void testSetNamespace()
- Setting the namespace overrides the original prefix