Uses of Interface
org.ourgrid.test.FastTest

Packages that use FastTest
org.ourgrid.common.config   
org.ourgrid.common.executor   
org.ourgrid.common.fd   
org.ourgrid.common.gump   
org.ourgrid.common.matcher   
org.ourgrid.common.security   
org.ourgrid.common.spec   
org.ourgrid.common.spec.grammar.io   
org.ourgrid.common.spec.grammar.test   
org.ourgrid.common.spec.io   
org.ourgrid.common.spec.lexical   
org.ourgrid.common.spec.main   
org.ourgrid.common.spec.semantic.test   
org.ourgrid.common.spec.token   
org.ourgrid.common.url   
org.ourgrid.common.util   
org.ourgrid.common.xml   
org.ourgrid.gridmachine.services   
org.ourgrid.mygrid.replicaexecutor.test   
org.ourgrid.mygrid.scheduler.gump   
org.ourgrid.mygrid.scheduler.jobmanager   
org.ourgrid.mygrid.scheduler.test   
org.ourgrid.mygrid.test   
org.ourgrid.peer.community.nof   
org.ourgrid.peer.community.obtainer   
org.ourgrid.peer.manager   
org.ourgrid.peer.manager.allocation   
org.ourgrid.peer.manager.gummanager   
org.ourgrid.peer.manager.request   
org.ourgrid.test   
 

Uses of FastTest in org.ourgrid.common.config
 

Classes in org.ourgrid.common.config that implement FastTest
 class ConfigurationTest
          Test some features of Configuration class.
 class OGROOTTest
          This test is used to verify if the OGROOT property is been loaded correctly.
 

Uses of FastTest in org.ourgrid.common.executor
 

Classes in org.ourgrid.common.executor that implement FastTest
 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 FastTest in org.ourgrid.common.fd
 

Classes in org.ourgrid.common.fd that implement FastTest
 class AbstractFailureDetectorTest
          Test case for AbstractFailureDetector.
 

Uses of FastTest in org.ourgrid.common.gump
 

Classes in org.ourgrid.common.gump that implement FastTest
 class BindableMockGumpClientWrapperTest
           
 

Uses of FastTest in org.ourgrid.common.matcher
 

Classes in org.ourgrid.common.matcher that implement FastTest
 class ExpressionTranslatorTest
          Test for expression translator class.
 class IntervalTest
           
 class MatcherTest
           
 

Uses of FastTest in org.ourgrid.common.security
 

Classes in org.ourgrid.common.security that implement FastTest
 class KeyToolWrapperTest
          This class implemetns the test of KeyToolWrapper.
 

Uses of FastTest in org.ourgrid.common.spec
 

Classes in org.ourgrid.common.spec that implement FastTest
 class CodesTableTest
          Created on Jun 29, 2004
 

Uses of FastTest in org.ourgrid.common.spec.grammar.io
 

Classes in org.ourgrid.common.spec.grammar.io that implement FastTest
 class GalsGrammarReaderTest
          Created on 24/05/2004
 

Uses of FastTest in org.ourgrid.common.spec.grammar.test
 

Classes in org.ourgrid.common.spec.grammar.test that implement FastTest
 class CommonGrammarTest
          Project: Caymman(DSC/UFCG) Description: This class tests the CommonGrammar class.
 class CommonGrammarTest2
          Created on Jun 8, 2004
 class RuleTest
          Project: Caymman(DSC/UFCG) Description: This class tests the Rule class.
 class SymbolTest
          Project: Caymman(DSC/UFCG) Description: This class tests the Symbol class.
 

Uses of FastTest in org.ourgrid.common.spec.io
 

Classes in org.ourgrid.common.spec.io that implement FastTest
 class CharReaderTest
           
 

Uses of FastTest in org.ourgrid.common.spec.lexical
 

Classes in org.ourgrid.common.spec.lexical that implement FastTest
 class CommonLexicalAnalyzerTestGrid
           
 class CommonLexicalAnalyzerTestJob
           
 

Uses of FastTest in org.ourgrid.common.spec.main
 

Classes in org.ourgrid.common.spec.main that implement FastTest
 class CommonCompilerTest
          Is basiclly used to test the exceptions that can happens at compiler creation.
 

Uses of FastTest in org.ourgrid.common.spec.semantic.test
 

Classes in org.ourgrid.common.spec.semantic.test that implement FastTest
 class GDFSemanticActionsTest
          Created on Jul 8, 2004
 class JDFSemanticActionsTest
           
 class SDFSemanticActionsTest
          Created on Jul 8, 2004
 

Uses of FastTest in org.ourgrid.common.spec.token
 

Classes in org.ourgrid.common.spec.token that implement FastTest
 class OperatorTest
          Created on May 31, 2004
 class ParentheticTest
          Created on Jun 29, 2004
 class PointingTest
          Created on Jun 29, 2004
 class StringTokenTest
          Created on May 29, 2004
 

Uses of FastTest in org.ourgrid.common.url
 

Classes in org.ourgrid.common.url that implement FastTest
 class URLProviderTest
           
 

Uses of FastTest in org.ourgrid.common.util
 

Classes in org.ourgrid.common.util that implement FastTest
 class ArrayUtilTest
           
 class BidimensionalArrayTest
           
 class JavaFileUtilTest
          This class is used to test the JavaFileUtil class.
 class OGStringTokenizerTest
           
 class SimpleZipTest
          This TestCase is supposed to test SimpleZip class functionalities.
 class StringUtilTest
           
 class TestUtilsTest
          Tests TestUtils.
 

Uses of FastTest in org.ourgrid.common.xml
 

Classes in org.ourgrid.common.xml that implement FastTest
 class XMLUtilTest
           
 

Uses of FastTest in org.ourgrid.gridmachine.services
 

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

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

Classes in org.ourgrid.mygrid.replicaexecutor.test that implement FastTest
 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 FastTest in org.ourgrid.mygrid.scheduler.gump
 

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

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

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

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

Classes in org.ourgrid.mygrid.scheduler.test that implement FastTest
 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 StorageAffinityTest
          The test for StorageAffinity.
 class TaskTest
           
 class WorkqueueTest
           
 

Uses of FastTest in org.ourgrid.mygrid.test
 

Classes in org.ourgrid.mygrid.test that implement FastTest
 class EventQueueTest
          Class desired to test the EventQueue class.
 

Uses of FastTest in org.ourgrid.peer.community.nof
 

Classes in org.ourgrid.peer.community.nof that implement FastTest
 class AccountingManagerImplTest
           
 class ArbitratorTest
           
 

Uses of FastTest in org.ourgrid.peer.community.obtainer
 

Classes in org.ourgrid.peer.community.obtainer that implement FastTest
 class EBCommunityObtainerTest
           
 

Uses of FastTest in org.ourgrid.peer.manager
 

Classes in org.ourgrid.peer.manager that implement FastTest
 class EBPeerManagerFacadeTest
          The EBPeerManagerFacade test.
 

Uses of FastTest in org.ourgrid.peer.manager.allocation
 

Classes in org.ourgrid.peer.manager.allocation that implement FastTest
 class AllocationEntryTest
           
 class AllocationManagerTest
           
 

Uses of FastTest in org.ourgrid.peer.manager.gummanager
 

Classes in org.ourgrid.peer.manager.gummanager that implement FastTest
 class GumManagerEntryTest
           
 class GumManagerImplTest
          Test for the class EBGumManagerImpl.
 

Uses of FastTest in org.ourgrid.peer.manager.request
 

Classes in org.ourgrid.peer.manager.request that implement FastTest
 class RequestEntryTest
          Test for OurRequest class.
 class RequestManagerTest
          The test for EBRequestManager class.
 

Uses of FastTest in org.ourgrid.test
 

Subinterfaces of FastTest in org.ourgrid.test
 interface CommonTest
          Description: All fast tests from the org.ourgrid.common.spec.
 interface FailureDetectorTest
           
 interface PeerFastTest
          Description: All OurGrid fast tests should implement this interface to be executed automatically by the SelectiveTestRunner.
 interface ReplicaExecutorFastTest
          Description: All Replica Executor fast tests should implement this interface to be executed automatically by the SelectiveTestRunner.
 interface SchedulerFastTest
          Description: All scheduler fast tests should implement this interface to be executed automatically by the SelectiveTestRunner.
 interface TestModuleFastTest
          Description: All "test module" fast tests should implement this interface to be executed automatically by the SelectiveTestRunner.
 

Classes in org.ourgrid.test that implement FastTest
 class LocalPeerTest
          Tests for LocalPeer class
 class SelectiveTestCollectorTest
          Description: Tests for the SelectiveTestCollector.