|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Tester
This interface represent a tester/i>. A tester is a component who control a peer to test and executes on him the actions of a test case.
TesterImpl,
fr.inria.peerunit.tree.TreeTesterImpl| Method Summary | |
|---|---|
void |
execute(MethodDescription m)
Execute a test case action thanks to it description. |
int |
getId()
Return the tester's id. |
void |
kill()
Stop the tester. |
void |
setCoordinator(Coordinator coord)
Sets the coordinator for this tester. |
void |
start()
|
| Methods inherited from interface fr.inria.peerunit.StorageTester |
|---|
clear, containsKey, get, getCollection, put |
| Method Detail |
|---|
void setCoordinator(Coordinator coord)
throws java.rmi.RemoteException
coord -
java.rmi.RemoteException
void execute(MethodDescription m)
throws java.rmi.RemoteException
m - is a instance of MathodDescription class containing all informations allowing
the correct execution of the test case action that it describes.
java.rmi.RemoteException - because the method is distant
int getId()
throws java.rmi.RemoteException
java.rmi.RemoteException
void kill()
throws java.rmi.RemoteException
java.rmi.RemoteException
void start()
throws java.rmi.RemoteException
java.rmi.RemoteException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||