| net.sourceforge.groboutils.junit.v1.JUnitTestCaseEUTest
JUnitTestCaseEUTest | public class JUnitTestCaseEUTest extends TestCase (Code) | | Tests the functionality of the JUnit TestCase class for conformance to
expected behaviors.
author: Matt Albrecht groboclown@users.sourceforge.net since: March 1, 2002 version: $Date: 2003/02/10 22:52:21 $ |
Inner Class :public static class MyTestCase1 extends TestCase | |
Method Summary | |
public static void | main(String[] args) | protected void | setUp() | public static Test | suite() | protected void | tearDown() | public void | testRunTestName1() There are some dependencies on TestCase using the internal
"fName" field, as opposed to calling "getName()". |
JUnitTestCaseEUTest | public JUnitTestCaseEUTest(String name)(Code) | | |
suite | public static Test suite()(Code) | | |
testRunTestName1 | public void testRunTestName1() throws Throwable(Code) | | There are some dependencies on TestCase using the internal
"fName" field, as opposed to calling "getName()". You see,
Ant's JUnit reporter task calls "getName()" to make a fancy
printable name, whereas TestCase uses "fName" to reference which
method to call.
|
|
|