Package org.ourgrid.test

Interface Summary
CommonTest Description: All fast tests from the org.ourgrid.common.spec.
CorepeerPreCommitTest Description: All OurGrid pre-commit tests should implement this interface to be executed automatically by the SelectiveTestRunner.
FailureDetectorTest  
FastTest Description: All fast tests, except the ones that are module specific fast tests, should implement this interface to be executed automatically by the SelectiveTestRunner.
FunctionalStressTest Functional stress tests to assure community interaction between peers, mygrid, UAs and corepeer.
GUITest Description: All GUI pre-commit tests should implement this interface to be executed automatically by the SelectiveTestRunner.
GumPreCommitTest Description: All GuMs pre-commit tests should implement this interface to be executed automatically by the SelectiveTestRunner.
PeerFastTest Description: All OurGrid fast tests should implement this interface to be executed automatically by the SelectiveTestRunner.
PeerPreCommitTest Description: All OurGrid pre-commit tests should implement this interface to be executed automatically by the SelectiveTestRunner.
PreCommitTest Description: All pre-commit tests, except the ones that are module specific tests, should implement this interface to be executed automatically by the SelectiveTestRunner.
ReplicaExecutorFastTest Description: All Replica Executor fast tests should implement this interface to be executed automatically by the SelectiveTestRunner.
ReplicaExecutorPreCommitTest Description: All Replica Executor pre-commit tests should implement this interface to be executed automatically by the SelectiveTestRunner.
SchedulerFastTest Description: All scheduler fast tests should implement this interface to be executed automatically by the SelectiveTestRunner.
SchedulerPreCommitTest Description: All scheduler pre-commit tests should implement this interface to be executed automatically by the SelectiveTestRunner.
SecurityTest All pre-commit security tests must implement this interface
SelectiveTest Description: All selective tests tests should implement this interface to be executed automatically by the SelectiveTestRunner.
SpecialCareTest Description:This interface denotes a test that should be trated with an additional care by the selective test collector.
StressTest Description: All stress tests should implement this interface to be executed automatically by the SelectiveTestRunner.
TestModuleFastTest Description: All "test module" fast tests should implement this interface to be executed automatically by the SelectiveTestRunner.
UniqueTest  
 

Class Summary
ErrorCode  
LocalPeer LocalPeer provides a instance to create and execute a local peer (that will not join community).
LocalPeerTest Tests for LocalPeer class
PathWithEmptySpacesTest Tests the scripts
SelectiveTestCollector Description: Creates a test suite composed of tests of a specified type.
SelectiveTestCollectorTest Description: Tests for the SelectiveTestCollector.
SelectiveTestsRunner Description: This classes creates, using a SelectiveTestCollector and runs, using a junit.runner,TestRunner, a test suite.
TestUtils This class provides several methods to help during the test/development phase of the software.