|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object junit.framework.Assert junit.framework.TestCase com.jstatcom.engine.gauss.GaussTest
public final class GaussTest
This is a set of tests for the com.jstatcom.engine.gauss
package. It makes use of the junit framework.
Constructor Summary | |
---|---|
GaussTest(java.lang.String name)
GaussTest constructor comment. |
Method Summary | |
---|---|
static junit.framework.Test |
suite()
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism. |
void |
testConfigDialog()
Tests the ConfigDialog with XML parsing/writing. |
void |
testConfigHolder()
Tests the ConfigHolder with XML parsing/writing. |
void |
testExecute()
|
void |
testGaussCompile()
Tests the gcg compile. |
void |
testGaussConfigKeysExe_Location()
Tests the isValid method of GaussConfigKeys.EXE_LOCATION. |
void |
testGaussConfigKeysShared_Mem_Size()
Tests the isValid method of GaussConfigKeys.SHARED_MEM_SIZE. |
void |
testGaussConfigKeysTemp_Dir()
Tests the isValid method of the GaussConfigKeys.TEMP_DIR. |
void |
testGaussCreateLibs()
Tests the gcg compile. |
void |
testGaussEngine()
Tests the ConfigDialog with XML parsing/writing. |
void |
testGaussReadWrite()
|
void |
testGaussStop()
|
Methods inherited from class junit.framework.TestCase |
---|
countTestCases, getName, run, run, runBare, 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, failNotEquals, failNotSame, failSame, format |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public GaussTest(java.lang.String name)
name
- StringMethod Detail |
---|
public static junit.framework.Test suite()
public void testConfigDialog()
public void testConfigHolder()
public void testGaussCompile()
public void testGaussStop()
public void testExecute()
public void testGaussReadWrite()
public void testGaussConfigKeysExe_Location()
public void testGaussConfigKeysShared_Mem_Size()
public void testGaussConfigKeysTemp_Dir()
public void testGaussCreateLibs()
public void testGaussEngine()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |