org.objectweb.carol.irmi.test
Class MathTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.objectweb.carol.irmi.test.RMITest
              extended by org.objectweb.carol.irmi.test.MathTest
All Implemented Interfaces:
junit.framework.Test

public class MathTest
extends RMITest

MathTest

Author:
Rafael H. Schloming <rhs@mit.edu>

Constructor Summary
MathTest()
           
 
Method Summary
protected  void setUp()
           
 void testAddDouble()
           
 void testAddFloat()
           
 void testAddStringAndChar()
           
 void testAddWhole()
           
 void testDiv()
           
 void testRemove()
           
 
Methods inherited from class org.objectweb.carol.irmi.test.RMITest
getContext, getName, getObject, getRegistry, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, 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

MathTest

public MathTest()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class RMITest
Throws:
Exception

testAddWhole

public void testAddWhole()
                  throws Exception
Throws:
Exception

testAddFloat

public void testAddFloat()
                  throws Exception
Throws:
Exception

testAddDouble

public void testAddDouble()
                   throws Exception
Throws:
Exception

testAddStringAndChar

public void testAddStringAndChar()
                          throws Exception
Throws:
Exception

testDiv

public void testDiv()
             throws Exception
Throws:
Exception

testRemove

public void testRemove()
                throws Exception
Throws:
Exception