| edu.iu.uis.eden.services.docelements.IDocInterfaceTestTemplate edu.iu.uis.eden.services.docelements.TestDateRangeElement
TestDateRangeElement | public TestDateRangeElement(String s)(Code) | | |
getIDocElement | public IDocElement getIDocElement()(Code) | | |
setUp | protected void setUp()(Code) | | |
tearDown | protected void tearDown()(Code) | | |
testCanFeedOnOwnXML | public void testCanFeedOnOwnXML()(Code) | | set the dateRange values, make xml, load a new dateRange with those values
they should be the same.
|
testGetXMLContent | public void testGetXMLContent()(Code) | | loaded and unload does date range give back the correct xml
|
testIsEmpty | public void testIsEmpty()(Code) | | with no props loaded should be empty (i.e. instantiation)
with any prop loaded it's not empty
|
testLoadFromXMLContent | public void testLoadFromXMLContent()(Code) | | given a root element with just a from date wrapper and just a
toDate wrapper element we should get just those poperties
if we give wrappers that are not what they should be we should
get and invalidxmlexception
|
testValidate | public void testValidate()(Code) | | check that it's picking up missing kids and is not allowing
a from date that is after a todate
|
|
|