|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
edu.jas.gb.ReductionTest
public class ReductionTest
Reduction tests with JUnit.
Constructor Summary | |
---|---|
ReductionTest(java.lang.String name)
Constructs a ReductionTest object. |
Method Summary | |
---|---|
static void |
main(java.lang.String[] args)
main |
protected void |
setUp()
|
static junit.framework.Test |
suite()
suite. |
protected void |
tearDown()
|
void |
testComplexReduction()
Test complex coefficient reduction. |
void |
testIntegerDReduction()
Test integer coefficient d-reduction. |
void |
testIntegerEReduction()
Test integer coefficient e-reduction. |
void |
testRatReduction()
Test rational coefficient reduction. |
void |
testRatReduction0()
Test constants and empty list reduction. |
void |
testRatReductionPar()
Test rational coefficient parallel reduction. |
void |
testRatReductionPar0()
Test parallel reduction with constants and empty list reduction. |
void |
testRatReductionRecording()
Test rational coefficient reduction with recording. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, 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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ReductionTest(java.lang.String name)
ReductionTest
object.
name
- StringMethod Detail |
---|
public static void main(java.lang.String[] args)
public static junit.framework.Test suite()
protected void setUp()
setUp
in class junit.framework.TestCase
protected void tearDown()
tearDown
in class junit.framework.TestCase
public void testRatReduction0()
public void testRatReductionPar0()
public void testRatReduction()
public void testRatReductionPar()
public void testComplexReduction()
public void testRatReductionRecording()
public void testIntegerEReduction()
public void testIntegerDReduction()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |