| |
|
| com.google.gwt.junit.client.GWTTestCase com.google.gwt.junit.client.GWTTestCaseTest
GWTTestCaseTest | public class GWTTestCaseTest extends GWTTestCase (Code) | | This class tests our implementation of the GWTTestCase class which provides
the behavior of TestCase that is necessary in GWT.
|
testAssertEqualsDouble | public void testAssertEqualsDouble()(Code) | | |
testAssertEqualsFloat | public void testAssertEqualsFloat()(Code) | | |
testAssertEqualsIntInt | public void testAssertEqualsIntInt()(Code) | | |
testAssertEqualsObjectObject | public void testAssertEqualsObjectObject()(Code) | | |
testAssertEqualsStringIntInt | public void testAssertEqualsStringIntInt()(Code) | | |
testAssertEqualsStringObjectObject | public void testAssertEqualsStringObjectObject()(Code) | | |
testAssertFalse | public void testAssertFalse()(Code) | | |
testAssertNotNull | public void testAssertNotNull()(Code) | | |
testAssertNotSame | public void testAssertNotSame()(Code) | | |
testAssertNull | public void testAssertNull()(Code) | | |
testAssertSame | public void testAssertSame()(Code) | | |
testAssertTrue | public void testAssertTrue()(Code) | | |
|
|
|