Method Summary |
|
public void | testParseNoException() Verify parsing when the test result contains no exception. |
public void | testParseWithException() Verify parsing when the test result contains an exception. |
public void | testReadExceptionClassName() Verify the correct parsing behaviour to extract the exception classname. |
public void | testReadExceptionMessage() Verify the correct parsing behaviour to extract the exception message. |
public void | testReadRootElementEmpty() Verify the correct parsing behaviour to extract the ROOT element when
there is no exception returned in the test result. |
public void | testReadRootElementFull() Verify the correct parsing behaviour to extract the ROOT element when
there is an exception returned in the test result. |