Uses of Interface
org.ourgrid.test.ReplicaExecutorPreCommitTest

Packages that use ReplicaExecutorPreCommitTest
org.ourgrid.common.executor   
org.ourgrid.mygrid.replicaexecutor.test   
org.ourgrid.test   
 

Uses of ReplicaExecutorPreCommitTest in org.ourgrid.common.executor
 

Classes in org.ourgrid.common.executor that implement ReplicaExecutorPreCommitTest
 class ExecutorFactoryTest
          This class is the test suite for the ExecutorFactory class.
 class ExecutorResultTest
           
 class LinuxExecutorTest
          This class is the test suite for the LinuxExecutor class.
 class SWANExecutorTest
          Test for SwanExecutor.
 

Uses of ReplicaExecutorPreCommitTest in org.ourgrid.mygrid.replicaexecutor.test
 

Classes in org.ourgrid.mygrid.replicaexecutor.test that implement ReplicaExecutorPreCommitTest
 class EBReplicaExecutorFacadePreCommitUATest
          This class implements an automatic test for a stress situation when using a grid composed of User Agents.
 class EBReplicaManagerTest
          EBReplicaManager unit's test.
 class PermissionManagerTest
          Description: PermissionManager's unit tests.
 class ReplicaExecutorThreadManagerTest
          ThreadManager unit's test.
 class ReplicaExecutorThreadTest
          Description: This class tests MGReplicaExecutor class.
 

Uses of ReplicaExecutorPreCommitTest in org.ourgrid.test
 

Subinterfaces of ReplicaExecutorPreCommitTest in org.ourgrid.test
 interface ReplicaExecutorFastTest
          Description: All Replica Executor fast tests should implement this interface to be executed automatically by the SelectiveTestRunner.