appl.parallel.test
Class SPMDTest

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

public class SPMDTest
extends TestCase
implements Serializable

Generated code for the test suite SPMDTest located at /XuluSVN/javasrc/appl/parallel/test/SPMDTest.testsuite. This class tests all the SPMD functionality, using only XULU/V and nearly nothing of XULU


Constructor Summary
SPMDTest(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

public SPMDTest(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