final public void testParse_collectorValidContents() throws Exception(Code)
Verifies the correct object graph is being built from the collector file contents in the service parse method. The Collector
unmarshalling rules specify the result should be a populated CollectorBatch object.
See Also: org.kuali.module.gl.collector.xml.CollectorBatch
testParse_emptyFileContents
final public void testParse_emptyFileContents() throws Exception(Code)
Verifies exception is thrown on parse method if file contents are empty.
testParse_invalidTag
final public void testParse_invalidTag() throws Exception(Code)
Verifies error occurs when an invalid tag is given.
testParse_invalidTagOrder
final public void testParse_invalidTagOrder() throws Exception(Code)
Verifies error message occurs on parse when an invalid xml format is given.
testParse_missingRequiredField
final public void testParse_missingRequiredField() throws Exception(Code)
Verifies error message occurs on parse when an invalid xml format is given.
testParse_pcdoValidContents
final public void testParse_pcdoValidContents() throws Exception(Code)
Verifies the correct object graph is being built from the pcdo file contents in the service parse method. The PCDO
unmarshalling rules specify the result should be a ArrayList of ProcurementCardTransaction objects.
See Also:org.kuali.module.financial.bo.ProcurementCardTransaction
Fields inherited from org.kuali.kfs.context.KualiTestBase