com.ssx.xml.output.impl
Class Test_AttributeImpl

java.lang.Object
  extended byTestCase
      extended bycom.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

Constructor Summary
Test_AttributeImpl(String name)
           
 
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
 

Constructor Detail

Test_AttributeImpl

public Test_AttributeImpl(String name)
Parameters:
name - The test case name
Method Detail

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