jp.ac.hiroshima_u.sci.math.saito.tinymt
Class PolynomialTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by jp.ac.hiroshima_u.sci.math.saito.tinymt.PolynomialTest
All Implemented Interfaces:
junit.framework.Test

public class PolynomialTest
extends junit.framework.TestCase


Constructor Summary
PolynomialTest()
           
 
Method Summary
 void testAdd()
           
 void testDegree()
           
 void testMod()
           
 void testMul()
           
 void testPolynomialString()
           
 void testPolynomialStringInt()
           
 void testPower()
           
 void testPowerMod()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PolynomialTest

public PolynomialTest()
Method Detail

testPolynomialString

public void testPolynomialString()

testPolynomialStringInt

public void testPolynomialStringInt()

testDegree

public void testDegree()

testAdd

public void testAdd()

testMul

public void testMul()

testMod

public void testMod()

testPower

public void testPower()

testPowerMod

public void testPowerMod()