public final class RatPolyStackTest extends Object
Constructor and Description |
---|
RatPolyStackTest() |
Modifier and Type | Method and Description |
---|---|
void |
testAddMultiElems() |
void |
testAddTwoElems() |
void |
testClear() |
void |
testCtor() |
void |
testDifferentiate() |
void |
testDivMultiElems() |
void |
testDivTwoElems() |
void |
testDupWithMultVal() |
void |
testDupWithOneVal() |
void |
testDupWithTwoVal() |
void |
testIntegrate() |
void |
testMulMultiElems() |
void |
testMulTwoElems() |
void |
testPop() |
void |
testPush() |
void |
testPushCheckForSharingTwixtStacks() |
void |
testSubMultiElems() |
void |
testSubTwoElems() |
void |
testSwapWithMultElems() |
void |
testSwapWithTwoElems() |
void |
testSwapWitSameElems() |
public RatPolyStackTest()
public void testCtor()
public void testPush()
public void testPushCheckForSharingTwixtStacks()
public void testPop()
public void testDupWithOneVal()
public void testDupWithTwoVal()
public void testDupWithMultVal()
public void testSwapWithTwoElems()
public void testSwapWithMultElems()
public void testSwapWitSameElems()
public void testClear()
public void testAddTwoElems()
public void testAddMultiElems()
public void testSubTwoElems()
public void testSubMultiElems()
public void testMulTwoElems()
public void testMulMultiElems()
public void testDivTwoElems()
public void testDivMultiElems()
public void testDifferentiate()
public void testIntegrate()