Class RingFactoryTokenizerTest

  • All Implemented Interfaces:
    junit.framework.Test

    public class RingFactoryTokenizerTest
    extends junit.framework.TestCase
    RingFactoryTokenizer tests with JUnit.
    Author:
    Heinz Kredel
    • Constructor Summary

      Constructors 
      Constructor Description
      RingFactoryTokenizerTest​(java.lang.String name)
      Constructs a RingFactoryTokenizerTest object.
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      main.
      protected void setUp()  
      static junit.framework.Test suite()
      suite.
      protected void tearDown()  
      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 testBigRationalGeneric()
      Test rational polynomial with generic coefficients.
      void testBigRationalSolvableModule()
      Test rational solvable polynomial module.
      void testIntegralFunction()
      Test integral function coefficients.
      void testModInteger()
      Test modular integer polynomial.
      void testModularFunction()
      Test modular function coefficients.
      void testRationalFunction()
      Test rational function coefficients.
      void testSolvableBigRational()
      Test rational solvable polynomial.
      void testSolvableModInteger()
      Test mod integer solvable polynomial.
      • 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
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • RingFactoryTokenizerTest

        public RingFactoryTokenizerTest​(java.lang.String name)
        Constructs a RingFactoryTokenizerTest 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.
      • testBigRationalGeneric

        public void testBigRationalGeneric()
        Test rational polynomial with generic coefficients.