ps1.test
Class RatPolyStackTest

java.lang.Object
  extended by ps1.test.RatPolyStackTest

public final class RatPolyStackTest
extends Object

This class contains a set of test cases that can be used to test the implementation of the RatPolyStack class.


Constructor Summary
Constructor and Description
RatPolyStackTest()
           
 
Method Summary
Modifier and Type Method and Description
 void testAdd()
           
 void testClear()
           
 void testCtor()
           
 void testDifferentiate()
           
 void testDiv()
           
 void testDup()
           
 void testIntegrate()
           
 void testMul()
           
 void testPop()
           
 void testPush()
           
 void testPushCheckForSharingTwixtStacks()
           
 void testSub()
           
 void testSwap()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RatPolyStackTest

public RatPolyStackTest()
Method Detail

testCtor

public void testCtor()

testPush

public void testPush()

testPushCheckForSharingTwixtStacks

public void testPushCheckForSharingTwixtStacks()

testPop

public void testPop()

testDup

public void testDup()

testSwap

public void testSwap()

testClear

public void testClear()

testAdd

public void testAdd()

testSub

public void testSub()

testMul

public void testMul()

testDiv

public void testDiv()

testDifferentiate

public void testDifferentiate()

testIntegrate

public void testIntegrate()