public class GenPolynomialTest extends junit.framework.TestCase
| Constructor and Description |
|---|
GenPolynomialTest(java.lang.String name)
Constructs a
GenPolynomialTest object. |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
main
|
protected void |
setUp() |
static junit.framework.Test |
suite()
suite.
|
protected void |
tearDown() |
void |
testAccessors()
Test accessors.
|
void |
testBitLength()
Test bitLength.
|
void |
testConstructors()
Test constructors and factory.
|
void |
testExtendContract()
Test extension and contraction.
|
void |
testHomogeneous()
Test homogeneous.
|
void |
testIterators()
Test iterators.
|
void |
testMap()
Test coefficient map function.
|
void |
testReverse()
Test reversion.
|
void |
testSpliterators()
Test spliterators.
|
void |
testStreams()
Test streams.
|
void |
testUnivariate()
Test univariate.
|
void |
testWeightHomogeneous()
Test weight homogeneous.
|
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, toStringpublic GenPolynomialTest(java.lang.String name)
GenPolynomialTest object.name - String.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 testConstructors()
public void testExtendContract()
public void testReverse()
public void testAccessors()
public void testHomogeneous()
public void testWeightHomogeneous()
public void testUnivariate()
public void testIterators()
public void testSpliterators()
public void testMap()
public void testStreams()
public void testBitLength()