appl.parallel.test
Class SplitMapTest

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

public class SplitMapTest
extends TestCase

Generated code for the test suite SplitMapTest located at /XuluSVN/javasrc/appl/parallel/test/SplitMapTest.testsuite. Tests different splitmaps


Constructor Summary
SplitMapTest(String name)
          Constructor for SplitMapTest.
 
Method Summary
 void basicTest()
           
 void print()
           
protected  void setUp()
           
static Test suite()
          Returns the JUnit test suite that implements the SplitMapTest definition.
protected  void tearDown()
           
 void test1DHorizontal()
           
 void test1DVertical()
          1DSplitMap
 void test2DIrregular()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SplitMapTest

public SplitMapTest(String name)
Constructor for SplitMapTest.

Parameters:
name -
Method Detail

suite

public static Test suite()
Returns the JUnit test suite that implements the SplitMapTest 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()

basicTest

public void basicTest()

test1DHorizontal

public void test1DHorizontal()

print

public void print()

test2DIrregular

public void test2DIrregular()

test1DVertical

public void test1DVertical()
                    throws Exception
1DSplitMap

Throws:
Exception