org.ourgrid.test.functionalunits
Class MyGridUnitTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.ourgrid.test.functionalunits.MyGridUnitTest
All Implemented Interfaces:
junit.framework.Test, FunctionalStressTest, SelectiveTest, StressTest

public class MyGridUnitTest
extends junit.framework.TestCase
implements FunctionalStressTest

Test class for MyGridUnit.


Constructor Summary
MyGridUnitTest()
           
 
Method Summary
protected  void tearDown()
           
 void testAlgo()
           
 void testStopAStoppedMygrid()
          Try to stops an already stopped mygrid.
 void testTestMyGridExecution()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface junit.framework.Test
countTestCases, run
 

Constructor Detail

MyGridUnitTest

public MyGridUnitTest()
Method Detail

tearDown

protected void tearDown()
                 throws java.lang.Exception
Overrides:
tearDown in class junit.framework.TestCase
Throws:
java.lang.Exception

testStopAStoppedMygrid

public void testStopAStoppedMygrid()
                            throws java.lang.Exception
Try to stops an already stopped mygrid.

Throws:
java.lang.Exception

testTestMyGridExecution

public void testTestMyGridExecution()
                             throws java.lang.Exception
Throws:
java.lang.Exception

testAlgo

public void testAlgo()
              throws java.lang.Exception
Throws:
java.lang.Exception