public class GBFactoryTest extends junit.framework.TestCase
| Constructor and Description |
|---|
GBFactoryTest(java.lang.String name)
Constructs a
GBFactoryTest 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 |
testGenPolynomial()
Test get GenPolynomial implementation.
|
void |
testModInteger()
Test get ModInteger implementation.
|
void |
testProduct()
Test get Product implementation.
|
void |
testProxy()
Test get proxy 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, toStringpublic GBFactoryTest(java.lang.String name)
GBFactoryTest 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.TestCaseprotected void tearDown()
tearDown in class junit.framework.TestCasepublic void testBigInteger()
public void testModInteger()
public void testBigRational()
public void testBigComplex()
public void testAlgebraicNumberBigRational()
public void testAlgebraicNumberModInteger()
public void testGenPolynomial()
public void testProduct()
public void testProxy()