|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjunit.framework.Assert
junit.framework.TestCase
edu.jas.ufd.FactorIntegerTest
public class FactorIntegerTest
Factor tests with JUnit.
Constructor Summary | |
---|---|
FactorIntegerTest(java.lang.String name)
Constructs a FactorIntegerTest object. |
Method Summary | |
---|---|
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 |
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 |
testIntegerFactorizationIrred()
Test integer factorization irreducible polynomial. |
void |
testIntegerMonicFactorization()
Test integer monic factorization. |
void |
testMultivariateIntegerFactorization()
Test multivariate integer factorization. |
void |
xtestIntegerFactorizationHk()
Test integer factorization. |
void |
ytestQuadvariateIntegerFactorization()
Test quad-variate integer factorization. |
void |
ytestTrivariateIntegerFactorization()
Test tri-variate integer factorization. |
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, createResult, getName, run, run, runBare, runTest, 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FactorIntegerTest(java.lang.String name)
FactorIntegerTest
object.
name
- String.Method Detail |
---|
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 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 xtestIntegerFactorizationHk()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |