Package edu.jas.ufd
Class GenMatrixFFTest
- java.lang.Object
-
- junit.framework.Assert
-
- junit.framework.TestCase
-
- edu.jas.ufd.GenMatrixFFTest
-
- All Implemented Interfaces:
junit.framework.Test
public class GenMatrixFFTest extends junit.framework.TestCase
GenMatrix tests with JUnit- Author:
- Heinz Kredel
- See Also:
GenMatrixTest
-
-
Constructor Summary
Constructors Constructor Description GenMatrixFFTest(java.lang.String name)Constructs aGenMatrixFFTestobject.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)main.protected voidsetUp()static junit.framework.Testsuite()protected voidtearDown()voidtestFractionfreeGE()Test fraction free GE.voidtestFractionfreeGEpoly()Test fraction free GE polynomial.-
Methods inherited from class junit.framework.TestCase
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
-
-
-
-
Constructor Detail
-
GenMatrixFFTest
public GenMatrixFFTest(java.lang.String name)
Constructs aGenMatrixFFTestobject.- Parameters:
name- String.
-
-
Method Detail
-
main
public static void main(java.lang.String[] args)
main.
-
suite
public static junit.framework.Test suite()
-
setUp
protected void setUp()
- Overrides:
setUpin classjunit.framework.TestCase
-
tearDown
protected void tearDown()
- Overrides:
tearDownin classjunit.framework.TestCase
-
testFractionfreeGE
public void testFractionfreeGE()
Test fraction free GE.
-
testFractionfreeGEpoly
public void testFractionfreeGEpoly()
Test fraction free GE polynomial.
-
-