|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
org.openorb.orb.test.rmi.RMITestCase
org.openorb.orb.test.rmi.exceptions.ExceptionTest
public class ExceptionTest
A test case checking the different exceptions.
Constructor Summary | |
---|---|
ExceptionTest(java.lang.String name)
Constructor. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
The entry point of this application. |
protected void |
setUp()
Set up the test case. |
protected void |
tearDown()
Dispose the test case. |
void |
testExceptions()
Test echoing a string. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ExceptionTest(java.lang.String name)
name
- The name of the test case.Method Detail |
---|
protected void setUp()
setUp
in class RMITestCase
protected void tearDown()
tearDown
in class RMITestCase
public void testExceptions() throws java.lang.Exception
java.lang.Exception
- If any unexpected problem occurs in the test casepublic static void main(java.lang.String[] args)
args
- The command line parameters.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |