Uses of Interface
org.ourgrid.test.SchedulerPreCommitTest

Packages that use SchedulerPreCommitTest
org.ourgrid.gridmachine.services   
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.scheduler.gump   
org.ourgrid.mygrid.scheduler.jobmanager   
org.ourgrid.mygrid.scheduler.test   
org.ourgrid.test   
 

Uses of SchedulerPreCommitTest in org.ourgrid.gridmachine.services
 

Classes in org.ourgrid.gridmachine.services that implement SchedulerPreCommitTest
 class GumSpecServicesTest
          This class is used to test the service of creating and validating gums.
 

Uses of SchedulerPreCommitTest in org.ourgrid.mygrid.scheduler
 

Classes in org.ourgrid.mygrid.scheduler that implement SchedulerPreCommitTest
 class BlackListManagerTest
           
 

Uses of SchedulerPreCommitTest in org.ourgrid.mygrid.scheduler.gump
 

Classes in org.ourgrid.mygrid.scheduler.gump that implement SchedulerPreCommitTest
 class MyGridGumpSpecServicesTest
          This class tests the MyGridGuMPSpecServices class.
 

Uses of SchedulerPreCommitTest in org.ourgrid.mygrid.scheduler.jobmanager
 

Classes in org.ourgrid.mygrid.scheduler.jobmanager that implement SchedulerPreCommitTest
 class EBJobManagerTest
           
 

Uses of SchedulerPreCommitTest in org.ourgrid.mygrid.scheduler.test
 

Classes in org.ourgrid.mygrid.scheduler.test that implement SchedulerPreCommitTest
 class DataDiscoveryTest
           
 class EBGridManagerTest
           
 class EBSchedulerFacadeTest
           
 class GumpClientImplTest
           
 class GumpManagerImplTest
           
 class JobRequestEntryTest
          JobRequestEntryTest
 class JobTest
           
 class SchedulerEventEngineTest
           
 class SchedulerImplTest
           
 class SchedulingHeuristicTest
          This class will test features that are independent of the scheduling heuristic implementation.
 class SpecialTest
           
 class StorageAffinityTest
          The test for StorageAffinity.
 class TaskTest
           
 class WorkqueueTest
           
 

Uses of SchedulerPreCommitTest in org.ourgrid.test
 

Subinterfaces of SchedulerPreCommitTest in org.ourgrid.test
 interface SchedulerFastTest
          Description: All scheduler fast tests should implement this interface to be executed automatically by the SelectiveTestRunner.