| org.apache.cactus.internal.TestWebTestResult
TestWebTestResult | public class TestWebTestResult extends TestCase (Code) | | Unit tests of the WebTestResult class.
version: $Id: TestWebTestResult.java 238991 2004-05-22 11:34:50Z vmassol $ |
Method Summary | |
public void | testToXmlNoException() Verify the correctness of the XML representation for a test result with
no error. | public void | testToXmlWithException() Verify the correctness of the XML representation for a test result with
an exception. |
testToXmlNoException | public void testToXmlNoException()(Code) | | Verify the correctness of the XML representation for a test result with
no error.
|
testToXmlWithException | public void testToXmlWithException()(Code) | | Verify the correctness of the XML representation for a test result with
an exception.
|
|
|