public class SGCDFactoryTest extends junit.framework.TestCase
Constructor and Description |
---|
SGCDFactoryTest(java.lang.String name)
Constructs a
SGCDFactoryTest object. |
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
main.
|
protected void |
setUp() |
static junit.framework.Test |
suite() |
protected void |
tearDown() |
void |
testAlgebraicNumberBigRational()
Test get AlgebraicNumber<BigRational> implementation.
|
void |
testAlgebraicNumberModInteger()
Test get AlgebraicNumber<ModInteger> implementation.
|
void |
testBigComplex()
Test get BigComplex implementation.
|
void |
testBigInteger()
Test get BigInteger implementation.
|
void |
testBigRational()
Test get BigRational implementation.
|
void |
testModInteger()
Test get ModInteger implementation.
|
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
public SGCDFactoryTest(java.lang.String name)
SGCDFactoryTest
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.TestCase
protected void tearDown()
tearDown
in class junit.framework.TestCase
public void testBigInteger()
public void testModInteger()
public void testBigRational()
public void testBigComplex()
public void testAlgebraicNumberBigRational()
public void testAlgebraicNumberModInteger()