appl.parallel.test
Class SPMDTest_MultiGrid

java.lang.Object
  extended by TestCase
      extended by appl.parallel.test.SPMDTest_MultiGrid
All Implemented Interfaces:
Serializable

public class SPMDTest_MultiGrid
extends TestCase
implements Serializable

This is a minor modification of SPMDTest. It is only used to test the Multi-Splittable functionality of the parallelization. For the test of all other features and more detailed information see SPMDTest.

Author:
Dominik Appl

Constructor Summary
SPMDTest_MultiGrid(String name)
          Constructor for SPMDTest.
 
Method Summary
protected  void setUp()
           
static Test suite()
          Returns the JUnit test suite that implements the SPMDTest definition.
protected  void tearDown()
           
 void testSPMD()
          TestSPMD
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SPMDTest_MultiGrid

public SPMDTest_MultiGrid(String name)
Constructor for SPMDTest.

Parameters:
name -
Method Detail

suite

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

testSPMD

public void testSPMD()
              throws Exception
TestSPMD

Throws:
Exception