|
|||||||||
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.gbufd.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 |
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. |
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 testRationalRReduction()
public void testRatRReductionRecording()
public void testIntegerPseudoReduction()
public void testIntReductionRecording()
public void testIntegerRReduction()
public void testIntRReductionRecording()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |