|
|||||||||
| 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.ring.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 reduction. |
void |
testIntegerDReduction()
Test Integer d-reduction. |
void |
testIntegerEReduction()
Test Integer e-reduction. |
void |
testRatReduction()
Test Rat reduction. |
void |
testRatReduction0()
Test constants and empty list reduction. |
void |
testRatReduction1()
Test ReductionMod with constants and empty list reduction. |
void |
testRatReductionMod()
Test Rat reduction Mod. |
void |
testRatReductionRecording()
Test Rat reduction 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 - String| Method Detail |
|---|
public 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 testRatReduction0()
public void testRatReduction1()
public void testRatReduction()
public void testRatReductionMod()
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 | ||||||||