|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase junitx.ddtunit.ExecutionResultTest
public class ExecutionResultTest
Test different execution runs with different DDTTestResults.
Constructor Summary | |
---|---|
ExecutionResultTest(String name)
Constructor of ExecutionResultTest |
Method Summary | |
---|---|
void |
setUp()
Setup test environment |
void |
testRunThreeMethodTestsNoProblem()
Execute internal DDTTestCase with one method and three xml based tests, no execution exception. |
void |
testRunThreeMethodTestsOneAssertFailedException()
Execute internal DDTTestCase with one method and three xml based tests, one AssertionFailed exception. |
void |
testRunThreeMethodTestsOneAssertFailedOneException()
Execute internal DDTTestCase with one method and three xml based tests, one AssertionFailed and one other exception. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, toString |
Methods inherited from class junit.framework.Assert |
---|
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExecutionResultTest(String name)
name
- Method Detail |
---|
public void setUp()
setUp
in class junit.framework.TestCase
TestCase.setUp()
public void testRunThreeMethodTestsNoProblem()
public void testRunThreeMethodTestsOneAssertFailedException()
public void testRunThreeMethodTestsOneAssertFailedOneException()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |