Uses of Interface
fr.inria.peerunit.Tester

Packages that use Tester
fr.inria.peerunit   
fr.inria.peerunit.base   
fr.inria.peerunit.btree   
fr.inria.peerunit.btreeStrategy   
fr.inria.peerunit.rmi.coord   
fr.inria.peerunit.rmi.tester   
test   
 

Uses of Tester in fr.inria.peerunit
 

Methods in fr.inria.peerunit with parameters of type Tester
 void Coordinator.quit(Tester t)
          Finish the test case and calculates the global oracle
 int Bootstrapper.register(Tester t)
          Registers a tester to this Bootstrapper.
 void Coordinator.registerMethods(Tester tester, java.util.Collection<MethodDescription> list)
           
 void TestCaseImpl.setTester(Tester t)
          Set the tester in centralized architecture executing the test
 void TestCase.setTester(Tester t)
          For set the reference to the tester which will execute the test case in distributed architecture.
 

Method parameters in fr.inria.peerunit with type arguments of type Tester
 void Coordinator.registerTesters(java.util.List<Tester> testers)
           
 

Uses of Tester in fr.inria.peerunit.base
 

Classes in fr.inria.peerunit.base that implement Tester
 class AbstractTester
           
 

Methods in fr.inria.peerunit.base that return types with arguments of type Tester
 java.util.Collection<Tester> Schedule.testersFor(MethodDescription md)
           
 

Methods in fr.inria.peerunit.base with parameters of type Tester
 void Schedule.put(MethodDescription md, Tester t)
           
 

Uses of Tester in fr.inria.peerunit.btree
 

Methods in fr.inria.peerunit.btree with parameters of type Tester
 int BootstrapperImpl.register(Tester t)
           
 

Uses of Tester in fr.inria.peerunit.btreeStrategy
 

Methods in fr.inria.peerunit.btreeStrategy with parameters of type Tester
 int ConcreteBtreeStrategy.register(Tester tester)
           
 int TreeStrategy.register(Tester t)
           
 

Uses of Tester in fr.inria.peerunit.rmi.coord
 

Methods in fr.inria.peerunit.rmi.coord with parameters of type Tester
 void CoordinatorImpl.quit(Tester t)
           
 int CoordinatorImpl.register(Tester t)
           
 void CoordinatorImpl.registerMethods(Tester t, java.util.Collection<MethodDescription> list)
           
 

Method parameters in fr.inria.peerunit.rmi.coord with type arguments of type Tester
 void CoordinatorImpl.registerTesters(java.util.List<Tester> testers)
           
 

Constructors in fr.inria.peerunit.rmi.coord with parameters of type Tester
MethodExecute(Tester t, MethodDescription m)
           
 

Uses of Tester in fr.inria.peerunit.rmi.tester
 

Classes in fr.inria.peerunit.rmi.tester that implement Tester
 class DistributedTesterImpl
          The DistributedTester is both, a Tester and a Coordinator.
 class TesterImpl
           
 

Methods in fr.inria.peerunit.rmi.tester with parameters of type Tester
 void DistributedTesterImpl.quit(Tester t)
           
 void DistributedTesterImpl.registerMethods(Tester tester, java.util.Collection<MethodDescription> list)
           
 

Method parameters in fr.inria.peerunit.rmi.tester with type arguments of type Tester
 void DistributedTesterImpl.registerTesters(java.util.List<Tester> l)
          Sets the testers that are controlled by this tester and informs the tester that this tester is their controller
 

Uses of Tester in test
 

Methods in test with parameters of type Tester
 void SimpleTest.setTester(Tester t)
           
 



Copyright © 2010. All Rights Reserved.