org.objectweb.carol.irmi.test
Class MathTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended byorg.objectweb.carol.irmi.test.RMITest
              extended byorg.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
 
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 java.lang.Exception
Overrides:
setUp in class RMITest
Throws:
java.lang.Exception

testAddWhole

public void testAddWhole()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testAddFloat

public void testAddFloat()
                  throws java.lang.Exception
Throws:
java.lang.Exception

testAddDouble

public void testAddDouble()
                   throws java.lang.Exception
Throws:
java.lang.Exception

testAddStringAndChar

public void testAddStringAndChar()
                          throws java.lang.Exception
Throws:
java.lang.Exception

testDiv

public void testDiv()
             throws java.lang.Exception
Throws:
java.lang.Exception

testRemove

public void testRemove()
                throws java.lang.Exception
Throws:
java.lang.Exception