public class GenPolynomialTokenizerTest extends junit.framework.TestCase
| Constructor and Description |
|---|
GenPolynomialTokenizerTest(java.lang.String name)
Constructs a
GenPolynomialTokenizerTest object. |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(java.lang.String[] args)
main.
|
void |
removedTestAlgebraicNumber()
Test algebraic number polynomial.
|
void |
removedTestGaloisField()
Test Galois field coefficient polynomial.
|
protected void |
setUp() |
static junit.framework.Test |
suite()
suite.
|
protected void |
tearDown() |
void |
testAlgebraicNumberBrace()
Test algebraic number polynomial with braces.
|
void |
testBigComplex()
Test complex polynomial.
|
void |
testBigDecimal()
Test decimal polynomial.
|
void |
testBigInteger()
Test integer polynomial.
|
void |
testBigIntegerModule()
Test integer polynomial module.
|
void |
testBigQuaternion()
Test quaternion polynomial.
|
void |
testBigRational()
Test rational polynomial.
|
void |
testBigRationalErorr()
Test rational polynomial with errors.
|
void |
testBigRationalGeneric()
Test rational polynomial with generic coefficients.
|
void |
testBigRationalSolvableModule()
Test rational solvable polynomial module.
|
void |
testGaloisFieldBrace()
Test Galois field coefficient polynomial with braces.
|
void |
testGaloisFieldWoBrace()
Test Galois field coefficient polynomial without braces.
|
void |
testModInteger()
Test modular integer polynomial.
|
void |
testSolvableBigRational()
Test rational solvable polynomial.
|
void |
testSolvableModInteger()
Test mod integer solvable polynomial.
|
void |
testVariables()
Test variables.
|
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 GenPolynomialTokenizerTest(java.lang.String name)
GenPolynomialTokenizerTest 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 testBigRational()
public void testBigInteger()
public void testModInteger()
public void testBigComplex()
public void testBigDecimal()
public void testBigQuaternion()
public void testSolvableBigRational()
public void testSolvableModInteger()
public void testBigIntegerModule()
public void testBigRationalSolvableModule()
public void removedTestAlgebraicNumber()
public void removedTestGaloisField()
public void testAlgebraicNumberBrace()
public void testGaloisFieldBrace()
public void testGaloisFieldWoBrace()
public void testBigRationalGeneric()
public void testBigRationalErorr()
public void testVariables()