| junitx.ddtunit.ExecutionResultTest
ExecutionResultTest | public class ExecutionResultTest extends TestCase (Code) | | Test different execution runs with different DDTTestResults.
author: jg |
ExecutionResultTest | public ExecutionResultTest(String name)(Code) | | Constructor of ExecutionResultTest
Parameters: name - |
setUp | public void setUp()(Code) | | Setup test environment
See Also: junit.framework.TestCase.setUp |
testRunThreeMethodTestsNoProblem | public void testRunThreeMethodTestsNoProblem()(Code) | | Execute internal DDTTestCase with one method and three xml based tests,
no execution exception.
|
testRunThreeMethodTestsOneAssertFailedException | public void testRunThreeMethodTestsOneAssertFailedException()(Code) | | Execute internal DDTTestCase with one method and three xml based tests,
one AssertionFailed exception.
|
testRunThreeMethodTestsOneAssertFailedOneException | public void testRunThreeMethodTestsOneAssertFailedOneException()(Code) | | Execute internal DDTTestCase with one method and three xml based tests,
one AssertionFailed and one other exception.
|
|
|