Package edu.jas.poly
Class GenPolynomialTokenizerTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- edu.jas.poly.GenPolynomialTokenizerTest
-
- All Implemented Interfaces:
junit.framework.Test
public class GenPolynomialTokenizerTest extends junit.framework.TestCase
GenPolynomialTokenizer tests with JUnit.- Author:
- Heinz Kredel
-
-
Constructor Summary
Constructors Constructor Description GenPolynomialTokenizerTest(java.lang.String name)Constructs aGenPolynomialTokenizerTestobject.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)main.voidremovedTestAlgebraicNumber()Test algebraic number polynomial.voidremovedTestGaloisField()Test Galois field coefficient polynomial.protected voidsetUp()static junit.framework.Testsuite()suite.protected voidtearDown()voidtestAlgebraicNumberBrace()Test algebraic number polynomial with braces.voidtestBigComplex()Test complex polynomial.voidtestBigDecimal()Test decimal polynomial.voidtestBigInteger()Test integer polynomial.voidtestBigIntegerModule()Test integer polynomial module.voidtestBigQuaternion()Test quaternion polynomial.voidtestBigRational()Test rational polynomial.voidtestBigRationalErorr()Test rational polynomial with errors.voidtestBigRationalGeneric()Test rational polynomial with generic coefficients.voidtestBigRationalSolvableModule()Test rational solvable polynomial module.voidtestGaloisFieldBrace()Test Galois field coefficient polynomial with braces.voidtestGaloisFieldWoBrace()Test Galois field coefficient polynomial without braces.voidtestModInteger()Test modular integer polynomial.voidtestSolvableBigRational()Test rational solvable polynomial.voidtestSolvableModInteger()Test mod integer solvable polynomial.voidtestVariables()Test variables.-
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
-
GenPolynomialTokenizerTest
public GenPolynomialTokenizerTest(java.lang.String name)
Constructs aGenPolynomialTokenizerTestobject.- 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
-
testBigRational
public void testBigRational()
Test rational polynomial.
-
testBigInteger
public void testBigInteger()
Test integer polynomial.
-
testModInteger
public void testModInteger()
Test modular integer polynomial.
-
testBigComplex
public void testBigComplex()
Test complex polynomial.
-
testBigDecimal
public void testBigDecimal()
Test decimal polynomial.
-
testBigQuaternion
public void testBigQuaternion()
Test quaternion polynomial.
-
testSolvableBigRational
public void testSolvableBigRational()
Test rational solvable polynomial.
-
testSolvableModInteger
public void testSolvableModInteger()
Test mod integer solvable polynomial.
-
testBigIntegerModule
public void testBigIntegerModule()
Test integer polynomial module.
-
testBigRationalSolvableModule
public void testBigRationalSolvableModule()
Test rational solvable polynomial module.
-
removedTestAlgebraicNumber
public void removedTestAlgebraicNumber()
Test algebraic number polynomial. Note: Syntax no more supported.
-
removedTestGaloisField
public void removedTestGaloisField()
Test Galois field coefficient polynomial. Note: Syntax no more supported.
-
testAlgebraicNumberBrace
public void testAlgebraicNumberBrace()
Test algebraic number polynomial with braces.
-
testGaloisFieldBrace
public void testGaloisFieldBrace()
Test Galois field coefficient polynomial with braces.
-
testGaloisFieldWoBrace
public void testGaloisFieldWoBrace()
Test Galois field coefficient polynomial without braces.
-
testBigRationalGeneric
public void testBigRationalGeneric()
Test rational polynomial with generic coefficients.
-
testBigRationalErorr
public void testBigRationalErorr()
Test rational polynomial with errors.
-
testVariables
public void testVariables()
Test variables.
-
-