org.ourgrid.test.functionalunits
Class PeerUnitTest

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

public class PeerUnitTest
extends junit.framework.TestCase
implements FunctionalStressTest

Test for PeerUnit.


Constructor Summary
PeerUnitTest()
           
 
Method Summary
protected  void tearDown()
           
 void testAnotherSetGums()
           
 void testIfDirectoriesAreDeleted()
           
 void testLoadedPeerBalancesValueFromFile()
           
 void testLoadedPeerIDValueFromFile()
           
 void testStopAStoppedPeer()
           
 void testTestPeerExecution()
           
 void testTestPeerExecutionWithSetGums()
           
 
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

PeerUnitTest

public PeerUnitTest()
Method Detail

tearDown

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

testStopAStoppedPeer

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

testTestPeerExecution

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

testTestPeerExecutionWithSetGums

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

testIfDirectoriesAreDeleted

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

testLoadedPeerIDValueFromFile

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

testLoadedPeerBalancesValueFromFile

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

testAnotherSetGums

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