Uses of Interface
org.ourgrid.test.PreCommitTest

Packages that use PreCommitTest
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.corepeer   
org.ourgrid.deployer   
org.ourgrid.gridmachine.services   
org.ourgrid.gridmachine.useragent   
org.ourgrid.gridmachine.useragent.test   
org.ourgrid.mygrid.replicaexecutor.test   
org.ourgrid.mygrid.scheduler   
org.ourgrid.mygrid.scheduler.gump   
org.ourgrid.mygrid.scheduler.jobmanager   
org.ourgrid.mygrid.scheduler.test   
org.ourgrid.mygrid.test   
org.ourgrid.mygrid.ui   
org.ourgrid.mygrid.ui.command   
org.ourgrid.mygrid.ui.gui   
org.ourgrid.mygrid.ui.test   
org.ourgrid.peer.community.nof   
org.ourgrid.peer.community.obtainer   
org.ourgrid.peer.ebgum   
org.ourgrid.peer.manager   
org.ourgrid.peer.manager.allocation   
org.ourgrid.peer.manager.gummanager   
org.ourgrid.peer.manager.request   
org.ourgrid.test   
 

Uses of PreCommitTest in org.ourgrid.common.config
 

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

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

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

Uses of PreCommitTest in org.ourgrid.common.gump
 

Classes in org.ourgrid.common.gump that implement PreCommitTest
 class BindableMockGumpClientWrapperTest
           
 class GumpClientThreadManagerTest
          The GridMachineProviderClientThreadManager tests.
 

Uses of PreCommitTest in org.ourgrid.common.matcher
 

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

Uses of PreCommitTest in org.ourgrid.common.security
 

Classes in org.ourgrid.common.security that implement PreCommitTest
 class KeyToolWrapperTest
          This class implemetns the test of KeyToolWrapper.
 class MGSecureSocketFactoryTest
          Tests the MGSecureClientSocketFactory and the MGSecureServerSocketFactory.
 class SecurityExecutionTest
          Executes MyGrid x Peer x UA using the security scheme.
 

Uses of PreCommitTest in org.ourgrid.common.spec
 

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

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

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

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

Classes in org.ourgrid.common.spec.grammar.test that implement PreCommitTest
 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 PreCommitTest in org.ourgrid.common.spec.io
 

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

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

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

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

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

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

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

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

Classes in org.ourgrid.common.spec.token that implement PreCommitTest
 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 PreCommitTest in org.ourgrid.common.url
 

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

Uses of PreCommitTest in org.ourgrid.common.util
 

Classes in org.ourgrid.common.util that implement PreCommitTest
 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 PreCommitTest in org.ourgrid.common.xml
 

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

Uses of PreCommitTest in org.ourgrid.corepeer
 

Classes in org.ourgrid.corepeer that implement PreCommitTest
 class CoreTest
           
 class RestrictedCoreTest
           
 

Uses of PreCommitTest in org.ourgrid.deployer
 

Classes in org.ourgrid.deployer that implement PreCommitTest
 class DeployerTest
          This TestCase is supposed to test Deployer funcionalities.
 

Uses of PreCommitTest in org.ourgrid.gridmachine.services
 

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

Uses of PreCommitTest in org.ourgrid.gridmachine.useragent
 

Classes in org.ourgrid.gridmachine.useragent that implement PreCommitTest
 class UserAgentServerImplTest
           
 

Uses of PreCommitTest in org.ourgrid.gridmachine.useragent.test
 

Classes in org.ourgrid.gridmachine.useragent.test that implement PreCommitTest
 class UserAgentClientTest
          Tests just a little part of the UserAgentClient class, exactly at methods where exists some information process.
 class UserAgentServerTest
           
 

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

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

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

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

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

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

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

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

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

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

Uses of PreCommitTest in org.ourgrid.mygrid.ui
 

Classes in org.ourgrid.mygrid.ui that implement PreCommitTest
 class MyGridUIManagerTest
           
 

Uses of PreCommitTest in org.ourgrid.mygrid.ui.command
 

Classes in org.ourgrid.mygrid.ui.command that implement PreCommitTest
 class CommandManagerTest
           
 

Uses of PreCommitTest in org.ourgrid.mygrid.ui.gui
 

Classes in org.ourgrid.mygrid.ui.gui that implement PreCommitTest
 class EBGuiFacadeTest
           
 class GridTreeModelTest
          Tests for GridTreeModel
 class GumTableTest
           
 class JobsTreeModelTest
           
 class MyGridGUITest
           
 class SimpleSynchronizedGridManagerTest
           
 

Uses of PreCommitTest in org.ourgrid.mygrid.ui.test
 

Classes in org.ourgrid.mygrid.ui.test that implement PreCommitTest
 class JobExpecterTest
          Description:
 class MyGridJobAdderTest
           
 class MyGridJobCancellerTest
           
 class MyGridSetterTest
           
 class MyGridStarterAndStopTest
           
 class MyGridStatusTest
           
 

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

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

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

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

Uses of PreCommitTest in org.ourgrid.peer.ebgum
 

Classes in org.ourgrid.peer.ebgum that implement PreCommitTest
 class EBGumFacadeTest
           
 class EBGumTest
           
 class GumProxyTest
          The GumProxy test.
 class GumProxyTest2
          The GumProxy test.
 

Uses of PreCommitTest in org.ourgrid.peer.manager
 

Classes in org.ourgrid.peer.manager that implement PreCommitTest
 class EBPeerManagerFacadeTest
          The EBPeerManagerFacade test.
 class EBPeerManagerTest
           
 class PeerEventEngineTest
          Tests the PeerEventEngine functions.
 class PeerTest
           
 

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

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

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

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

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

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

Uses of PreCommitTest in org.ourgrid.test
 

Subinterfaces of PreCommitTest in org.ourgrid.test
 interface CommonTest
          Description: All fast tests from the org.ourgrid.common.spec.
 interface CorepeerPreCommitTest
          Description: All OurGrid pre-commit tests should implement this interface to be executed automatically by the SelectiveTestRunner.
 interface FailureDetectorTest
           
 interface 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.
 interface GUITest
          Description: All GUI pre-commit tests should implement this interface to be executed automatically by the SelectiveTestRunner.
 interface GumPreCommitTest
          Description: All GuMs pre-commit tests should implement this interface to be executed automatically by the SelectiveTestRunner.
 interface PeerFastTest
          Description: All OurGrid fast tests should implement this interface to be executed automatically by the SelectiveTestRunner.
 interface PeerPreCommitTest
          Description: All OurGrid pre-commit 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 ReplicaExecutorPreCommitTest
          Description: All Replica Executor pre-commit 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 SchedulerPreCommitTest
          Description: All scheduler pre-commit tests should implement this interface to be executed automatically by the SelectiveTestRunner.
 interface SecurityTest
          All pre-commit security tests must implement this interface
 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 PreCommitTest
 class LocalPeerTest
          Tests for LocalPeer class
 class PathWithEmptySpacesTest
          Tests the scripts
 class SelectiveTestCollectorTest
          Description: Tests for the SelectiveTestCollector.