com.jstatcom.engine.gauss
Class GaussTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by com.jstatcom.engine.gauss.GaussTest
All Implemented Interfaces:
junit.framework.Test

public final class GaussTest
extends junit.framework.TestCase

This is a set of tests for the com.jstatcom.engine.gauss package. It makes use of the junit framework.

Author:
Markus Kraetzig

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

GaussTest

public GaussTest(java.lang.String name)
GaussTest constructor comment.

Parameters:
name - String
Method Detail

suite

public static junit.framework.Test suite()
Here a TestSuite is created, which automatically executes all methods that start with test* by using a reflection mechanism.

Returns:
Test

testConfigDialog

public void testConfigDialog()
Tests the ConfigDialog with XML parsing/writing.


testConfigHolder

public void testConfigHolder()
Tests the ConfigHolder with XML parsing/writing.


testGaussCompile

public void testGaussCompile()
Tests the gcg compile.


testGaussStop

public void testGaussStop()

testExecute

public void testExecute()

testGaussReadWrite

public void testGaussReadWrite()

testGaussConfigKeysExe_Location

public void testGaussConfigKeysExe_Location()
Tests the isValid method of GaussConfigKeys.EXE_LOCATION.


testGaussConfigKeysShared_Mem_Size

public void testGaussConfigKeysShared_Mem_Size()
Tests the isValid method of GaussConfigKeys.SHARED_MEM_SIZE.


testGaussConfigKeysTemp_Dir

public void testGaussConfigKeysTemp_Dir()
Tests the isValid method of the GaussConfigKeys.TEMP_DIR.


testGaussCreateLibs

public void testGaussCreateLibs()
Tests the gcg compile.


testGaussEngine

public void testGaussEngine()
Tests the ConfigDialog with XML parsing/writing.