public class FactorIntegerTest extends junit.framework.TestCase
| Constructor and Description |
|---|
FactorIntegerTest(java.lang.String name)
Constructs a
FactorIntegerTest 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 |
testBivariateIntegerFactorization()
Test bi-variate integer factorization.
|
void |
testBivarIntegerFactorization()
Test integer factorization.
|
void |
testDummy()
Test dummy for Junit.
|
void |
testIntegerFactorization()
Test integer factorization.
|
void |
testIntegerFactorizationEx1()
Test integer factorization, example 1 from Wang.
|
void |
testIntegerFactorizationEx2()
Test integer factorization, example 2 from Wang.
|
void |
testIntegerFactorizationEx3()
Test integer factorization, example 3 from Wang.
|
void |
testIntegerFactorizationEx4()
Test integer factorization, example 4 from Wang.
|
void |
testIntegerFactorizationEx5()
Test integer factorization, example 5 from Wang.
|
void |
testIntegerFactorizationEx6()
Test integer factorization, example 6 from Wang.
|
void |
testIntegerFactorizationEx7()
Test integer factorization, example 7 from Wang.
|
void |
testIntegerFactorizationHk()
Test integer factorization.
|
void |
testIntegerFactorizationIrred()
Test integer factorization irreducible polynomial.
|
void |
testIntegerFactorizationLoop()
Test integer factorization.
|
void |
testIntegerFactorizationProd()
Test integer factorization.
|
void |
testIntegerMonicFactorization()
Test integer monic factorization.
|
void |
testMultivariateIntegerFactorization()
Test multivariate integer factorization.
|
void |
ytestQuadvariateIntegerFactorization()
Test quad-variate integer factorization.
|
void |
ytestTrivariateIntegerFactorization()
Test tri-variate integer factorization.
|
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 FactorIntegerTest(java.lang.String name)
FactorIntegerTest 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 testDummy()
public void testIntegerMonicFactorization()
public void testIntegerFactorization()
public void testIntegerFactorizationIrred()
public void testBivariateIntegerFactorization()
public void ytestTrivariateIntegerFactorization()
public void ytestQuadvariateIntegerFactorization()
public void testMultivariateIntegerFactorization()
public void testIntegerFactorizationEx1()
public void testIntegerFactorizationEx2()
public void testIntegerFactorizationEx3()
public void testIntegerFactorizationEx4()
public void testIntegerFactorizationEx5()
public void testIntegerFactorizationEx6()
public void testIntegerFactorizationEx7()
public void testIntegerFactorizationHk()
public void testBivarIntegerFactorization()
public void testIntegerFactorizationProd()
public void testIntegerFactorizationLoop()