appl.parallel.test
Class XuluGridTestCase

java.lang.Object
  extended by TestCase
      extended by appl.parallel.test.XuluGridTestCase

public class XuluGridTestCase
extends TestCase

Generated code for the test suite XuluGridTestCase located at /Xulu-latest/javasrc/appl/test/XuluGridTestCase.testsuite. Extensivly tests the XuluGridFile for errors


Constructor Summary
XuluGridTestCase(String name)
          Constructor for XuluGridTestCase.
 
Method Summary
 void printSmall(WritableGrid grid)
          prints only small grids
protected  void setUp()
           
static Test suite()
          Returns the JUnit test suite that implements the XuluGridTestCase definition.
protected  void tearDown()
           
 void testMartin()
           
 void testReadingPartitialGrid()
          testReadingPartitial Grid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XuluGridTestCase

public XuluGridTestCase(String name)
Constructor for XuluGridTestCase.

Parameters:
name -
Method Detail

suite

public static Test suite()
Returns the JUnit test suite that implements the XuluGridTestCase definition.


setUp

protected void setUp()
              throws Exception
Throws:
Exception
See Also:
junit.framework.TestCase#setUp()

tearDown

protected void tearDown()
                 throws Exception
Throws:
Exception
See Also:
junit.framework.TestCase#tearDown()

testReadingPartitialGrid

public void testReadingPartitialGrid()
                              throws Exception
testReadingPartitial Grid

Throws:
Exception

printSmall

public void printSmall(WritableGrid grid)
prints only small grids

Parameters:
grid -

testMartin

public void testMartin()
                throws Exception
Throws:
Exception