edu.jas.poly
Class GenPolynomialTokenizerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by 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
GenPolynomialTokenizerTest(java.lang.String name)
          Constructs a GenPolynomialTokenizerTest object.
 
Method Summary
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.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, toString
 
Methods inherited from class junit.framework.Assert
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, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GenPolynomialTokenizerTest

public GenPolynomialTokenizerTest(java.lang.String name)
Constructs a GenPolynomialTokenizerTest object.

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:
setUp in class junit.framework.TestCase

tearDown

protected void tearDown()
Overrides:
tearDown in class junit.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.