public class DDTTestDataExceptionTest extends TestCase (Code)
Test exceptional behavior of DDTDataRepository.
author: jg
Method Summary
public void
testParsingErrorBehavior() Check that a DDTTestDataException is raised if a parsing error occures.
This test will allways be true on non-validating parsers. On use of
validating parser this test throws an exception that actually will be
caught by DDTUnit as defined in xml resource.
Check that a DDTTestDataException is raised if a parsing error occures.
This test will allways be true on non-validating parsers. On use of
validating parser this test throws an exception that actually will be
caught by DDTUnit as defined in xml resource.
testRetrievalOfEmptyClusterDataSet
public void testRetrievalOfEmptyClusterDataSet()(Code)
Checks if a DDTTestDataException is raised if no dataSet is found.