edu.iu.uis.eden.services.docelements .TestActionRequestedElement TestActionRequestedElement public class TestActionRequestedElement extends TestCase (Code)
TestActionRequestedElement public TestActionRequestedElement(String s)(Code)
makeStringElement public Element makeStringElement(String xmlContent)(Code)
nonClassSpecificLoadFromXMLTests public void nonClassSpecificLoadFromXMLTests(IDocElement docElement)(Code) utility method that is not object specific
Parameters: docElement - the docElement being tested
setUp protected void setUp()(Code)
tearDown protected void tearDown()(Code)
testCanFeedOnOwnXML public void testCanFeedOnOwnXML()(Code) can this guy populate himself w/ xml he made.
testGetActionRequested public void testGetActionRequested()(Code) he should return caps regardless of what he's set w/
testGetXMLContent public void testGetXMLContent()(Code) does it give back good xml
testInvalidActionRequested public void testInvalidActionRequested()(Code) loaded with an invalid actionrequested (on that's not in EdenConstants
ActionRequested ActionRequestedElement should give a corrects error msg
testIsEmpty public void testIsEmpty()(Code) is this returning true when the object is empty
testIsRouteControl public void testIsRouteControl()(Code) this is not a route control
testLoadFromXMLContent public void testLoadFromXMLContent()(Code) given a jdom element of the correct type it should load itself to the value
of the given jdom element
if the jdom element is null and allowBlanks true it should return
if the jdom element is null and allowBlanks is false its should throw
an InconsistentDocElementStateException
if the element is of the incorrect type it should throw an
InvalidXmlException
testValidate public void testValidate()(Code) is the correct constant coming back for the correct error