Package edu.jas.gbufd
Class SolvablePseudoReductionTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- edu.jas.gbufd.SolvablePseudoReductionTest
-
- All Implemented Interfaces:
junit.framework.Test
public class SolvablePseudoReductionTest extends junit.framework.TestCase
Solvable Reduction tests with JUnit.- Author:
- Heinz Kredel
-
-
Constructor Summary
Constructors Constructor Description SolvablePseudoReductionTest(java.lang.String name)Constructs aSolvablePseudoReductionTestobject.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)mainprotected voidsetUp()static junit.framework.Testsuite()suite.protected voidtearDown()voidtestIntReduction()Test Int reduction.voidtestIntReduction0()Test constants and empty list reduction.voidtestIntReductionRecording()Test Int reduction recording.voidtestIntRightReduction()Right test Int reduction.voidtestIntRightReduction0()Right test constants and empty list reduction.voidtestIntRightReductionRecording()Right test Int reduction recording.voidtestWeylIntReduction()Test Weyl Integer reduction.voidtestWeylIntReduction0()Test constants and empty list reduction.voidtestWeylIntRightReduction()Right test Weyl Integer reduction.voidtestWeylIntRightReduction0()Right test constants and empty list reduction.-
Methods inherited from class junit.framework.TestCase
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, toString
-
-
-
-
Constructor Detail
-
SolvablePseudoReductionTest
public SolvablePseudoReductionTest(java.lang.String name)
Constructs aSolvablePseudoReductionTestobject.- Parameters:
name- String.
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
main
-
suite
public static junit.framework.Test suite()
suite.
-
setUp
protected void setUp()
- Overrides:
setUpin classjunit.framework.TestCase
-
tearDown
protected void tearDown()
- Overrides:
tearDownin classjunit.framework.TestCase
-
testIntReduction0
public void testIntReduction0()
Test constants and empty list reduction.
-
testWeylIntReduction0
public void testWeylIntReduction0()
Test constants and empty list reduction.
-
testIntReduction
public void testIntReduction()
Test Int reduction.
-
testWeylIntReduction
public void testWeylIntReduction()
Test Weyl Integer reduction.
-
testIntReductionRecording
public void testIntReductionRecording()
Test Int reduction recording.
-
testIntRightReduction0
public void testIntRightReduction0()
Right test constants and empty list reduction.
-
testWeylIntRightReduction0
public void testWeylIntRightReduction0()
Right test constants and empty list reduction.
-
testIntRightReduction
public void testIntRightReduction()
Right test Int reduction.
-
testWeylIntRightReduction
public void testWeylIntRightReduction()
Right test Weyl Integer reduction.
-
testIntRightReductionRecording
public void testIntRightReductionRecording()
Right test Int reduction recording.
-
-