Package edu.jas.poly
Class GenPolynomialTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- edu.jas.poly.GenPolynomialTest
-
- All Implemented Interfaces:
junit.framework.Test
public class GenPolynomialTest extends junit.framework.TestCase
GenPolynomial tests with JUnit.- Author:
- Heinz Kredel
-
-
Constructor Summary
Constructors Constructor Description GenPolynomialTest(java.lang.String name)Constructs aGenPolynomialTestobject.
-
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()voidtestAccessors()Test accessors.voidtestBitLength()Test bitLength.voidtestConstructors()Test constructors and factory.voidtestExtendContract()Test extension and contraction.voidtestHomogeneous()Test homogeneous.voidtestIterators()Test iterators.voidtestMap()Test coefficient map function.voidtestReverse()Test reversion.voidtestSpliterators()Test spliterators.voidtestStreams()Test streams.voidtestUnivariate()Test univariate.voidtestWeightHomogeneous()Test weight homogeneous.-
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
-
GenPolynomialTest
public GenPolynomialTest(java.lang.String name)
Constructs aGenPolynomialTestobject.- 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
-
testConstructors
public void testConstructors()
Test constructors and factory.
-
testExtendContract
public void testExtendContract()
Test extension and contraction.
-
testReverse
public void testReverse()
Test reversion.
-
testAccessors
public void testAccessors()
Test accessors.
-
testHomogeneous
public void testHomogeneous()
Test homogeneous.
-
testWeightHomogeneous
public void testWeightHomogeneous()
Test weight homogeneous.
-
testUnivariate
public void testUnivariate()
Test univariate.
-
testIterators
public void testIterators()
Test iterators.
-
testSpliterators
public void testSpliterators()
Test spliterators.
-
testMap
public void testMap()
Test coefficient map function.
-
testStreams
public void testStreams()
Test streams.
-
testBitLength
public void testBitLength()
Test bitLength.
-
-