Home » GWT-2009.11.30 » junit » framework » [javadoc | source]
junit.framework
public class: TestCase [javadoc | source]
java.lang.Object
   junit.framework.Assert
      junit.framework.TestCase

All Implemented Interfaces:
    Test

Direct Known Subclasses:
    ZTiedDateField, ZDateField, ArrayListAndVectorBenchmark, ZStringArrayStreamWriter, ZDelimitedTokenizer, ZDateRange, AllocBenchmark, ArrayListBenchmark, AsyncJUnitExample, FooTest, GWTTestCase, Benchmark, ZEnteredTextField

Translatable version of JUnit's TestCase.
Method from junit.framework.TestCase Summary:
countTestCases,   doRunTest,   getName,   runBare,   runTest,   setName,   setUp,   tearDown,   toString
Methods from 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
Methods from java.lang.Object:
clone,   equals,   finalize,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from junit.framework.TestCase Detail:
 public int countTestCases() 
 protected  void doRunTest(String name) throws Throwable 
    Do not override this method, the generated class will override it for you.
 public String getName() 
 public  void runBare() throws Throwable 
 protected  void runTest() throws Throwable 
 public  void setName(String name) 
 protected  void setUp() throws Exception 
 protected  void tearDown() throws Exception 
 public String toString()