Package edu.jas.gbufd
Class PolyGBUtilTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- edu.jas.gbufd.PolyGBUtilTest
-
- All Implemented Interfaces:
junit.framework.Test
public class PolyGBUtilTest extends junit.framework.TestCase
PolyGBUtil tests with JUnit.- Author:
- Heinz Kredel
-
-
Constructor Summary
Constructors Constructor Description PolyGBUtilTest(java.lang.String name)Constructs aPolyUtilTestobject.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)main.protected voidsetUp()static junit.framework.Testsuite()protected voidtearDown()voidtestCoefficientBasePseudoRemainder()Test coefficient base pseudo remainder.voidtestCoefficientRecursivePseudoRemainder()Test coefficient recursive pseudo remainder.voidtestCRTLagrange()Test Chinese remainder theorem, interpolation.voidtestCRTLagrangeInt()Test Chinese remainder theorem, interpolation.voidtestCRTnterpolation()Test Chinese remainder theorem, interpolation.voidtestCRTrandom()Test Chinese remainder theorem, random.voidtestCRTrandomInt()Test Chinese remainder theorem, random.voidtestResultantInteger()Test resultant integer.voidtestResultantIntegerProxy()Test resultant integer parallel proxy.voidtestResultantModular()Test resultant modular.voidtestResultantModularParallel()Test resultant modular parallel proxy.voidtestSubRing()Test sub ring membership.-
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
-
PolyGBUtilTest
public PolyGBUtilTest(java.lang.String name)
Constructs aPolyUtilTestobject.- Parameters:
name- String.
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
main.
-
suite
public static junit.framework.Test suite()
-
setUp
protected void setUp()
- Overrides:
setUpin classjunit.framework.TestCase
-
tearDown
protected void tearDown()
- Overrides:
tearDownin classjunit.framework.TestCase
-
testResultantModular
public void testResultantModular()
Test resultant modular.
-
testResultantInteger
public void testResultantInteger()
Test resultant integer.
-
testResultantModularParallel
public void testResultantModularParallel()
Test resultant modular parallel proxy.
-
testResultantIntegerProxy
public void testResultantIntegerProxy()
Test resultant integer parallel proxy.
-
testCoefficientBasePseudoRemainder
public void testCoefficientBasePseudoRemainder()
Test coefficient base pseudo remainder.
-
testCoefficientRecursivePseudoRemainder
public void testCoefficientRecursivePseudoRemainder()
Test coefficient recursive pseudo remainder.
-
testSubRing
public void testSubRing()
Test sub ring membership.
-
testCRTrandom
public void testCRTrandom()
Test Chinese remainder theorem, random.
-
testCRTrandomInt
public void testCRTrandomInt()
Test Chinese remainder theorem, random.
-
testCRTLagrange
public void testCRTLagrange()
Test Chinese remainder theorem, interpolation.
-
testCRTLagrangeInt
public void testCRTLagrangeInt()
Test Chinese remainder theorem, interpolation.
-
testCRTnterpolation
public void testCRTnterpolation()
Test Chinese remainder theorem, interpolation.
-
-