unit_tests
Class ArithmeticTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by unit_tests.ArithmeticTest
All Implemented Interfaces:
junit.framework.Test

public class ArithmeticTest
extends junit.framework.TestCase

Author:
reverend TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Constructor Summary
ArithmeticTest()
           
 
Method Summary
 void setUp()
           
 void testAddition()
           
 void testAll()
           
 void testDouble()
           
 void testFuncCall()
           
 void testMultiplication()
           
 void testSubtraction()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, 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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArithmeticTest

public ArithmeticTest()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

testAddition

public void testAddition()

testSubtraction

public void testSubtraction()

testMultiplication

public void testMultiplication()

testFuncCall

public void testFuncCall()

testDouble

public void testDouble()

testAll

public void testAll()