public class ReductionTest extends junit.framework.TestCase
| Constructor and Description |
|---|
ReductionTest(java.lang.String name)
Constructs a
ReductionTest object. |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
main
|
protected void |
setUp() |
static junit.framework.Test |
suite()
suite.
|
protected void |
tearDown() |
void |
testIntegerPseudoReduction()
Test integer coefficient pseudo-reduction.
|
void |
testIntegerRReduction()
Test integer coefficient pseudo r-reduction.
|
void |
testIntReductionRecording()
Test integer pseudo coefficient reduction with recording.
|
void |
testIntRReductionRecording()
Test integer pseudo coefficient r-reduction with recording.
|
void |
testRationalRReduction()
Test rational coefficient r-reduction.
|
void |
testRatRReductionRecording()
Test rational coefficient r-reduction with recording.
|
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, toStringpublic ReductionTest(java.lang.String name)
ReductionTest object.name - Stringpublic static void main(java.lang.String[] args)
public static junit.framework.Test suite()
protected void setUp()
setUp in class junit.framework.TestCaseprotected void tearDown()
tearDown in class junit.framework.TestCasepublic void testRationalRReduction()
public void testRatRReductionRecording()
public void testIntegerPseudoReduction()
public void testIntReductionRecording()
public void testIntegerRReduction()
public void testIntRReductionRecording()