Uses of Class
org.astrogrid.samp.test.TestException
-
Packages that use TestException Package Description org.astrogrid.samp.test Classes for testing. -
-
Uses of TestException in org.astrogrid.samp.test
Methods in org.astrogrid.samp.test that throw TestException Modifier and Type Method Description static voidTester. assertEquals(int i1, int i2)Tests integer equality.static voidTester. assertEquals(java.lang.Object o1, java.lang.Object o2)Tests object equality.static voidTester. assertTrue(boolean test)Tests an assertion.static voidTester. fail()Fails a test.
-