public final class RatPolyStackTest extends java.lang.Object
Constructor and Description |
---|
RatPolyStackTest() |
Modifier and Type | Method and Description |
---|---|
void |
testAddMultiElems() |
void |
testAddTwoElems() |
void |
testAssertsEnabled()
checks that Java asserts are enabled, and exits if not
|
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 testAssertsEnabled()
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()