| com.bostechcorp.cbesb.common.mdl.TestElementDefinition
TestElementDefinition | public class TestElementDefinition extends TestCase (Code) | | test elementDefinition
|
testADDAndRemoveChildren | public void testADDAndRemoveChildren()(Code) | | test add and remove children
the child we added into a element can be a element or a group
|
testGetChildAtIndex | public void testGetChildAtIndex()(Code) | | |
testGetChildCount | public void testGetChildCount()(Code) | | test get childCount.
message,element and group can has children
|
testGetDatatype | public void testGetDatatype()(Code) | | test get datatype
if a element has no children, then datatype is required, if a element has
children, then it must not has a datatype.
|
testGetDescription | public void testGetDescription()(Code) | | test get description
description is not child of element
|
testGetFormatDefinition | public void testGetFormatDefinition()(Code) | | |
testGetName | public void testGetName()(Code) | | test get element's name
The definition of an element must contain a name and either a format or
datatype.
|
testGetNamespaceURI | public void testGetNamespaceURI()(Code) | | test get namespaceURI
if a element is global then its namespaceURI is the same as message if a
element is locally ,its namespace is empty
|
testInsertAndGetChildAtIndex | public void testInsertAndGetChildAtIndex()(Code) | | |
testgetChildren | public void testgetChildren()(Code) | | test get children
child of an element can be a element or a group
|
|
|