|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use MethodDescription | |
|---|---|
| fr.inria.peerunit | |
| fr.inria.peerunit.base | |
| fr.inria.peerunit.parser | |
| fr.inria.peerunit.rmi.coord | |
| fr.inria.peerunit.rmi.tester | |
| fr.inria.peerunit.test.oracle | |
| Uses of MethodDescription in fr.inria.peerunit |
|---|
| Methods in fr.inria.peerunit with parameters of type MethodDescription | |
|---|---|
void |
Tester.execute(MethodDescription m)
Execute a test case action thanks to it description. |
| Method parameters in fr.inria.peerunit with type arguments of type MethodDescription | |
|---|---|
void |
Coordinator.registerMethods(Tester tester,
java.util.Collection<MethodDescription> list)
|
| Uses of MethodDescription in fr.inria.peerunit.base |
|---|
| Methods in fr.inria.peerunit.base that return MethodDescription | |
|---|---|
MethodDescription |
SingleResult.getMethodDescription()
|
MethodDescription |
ResultSet.getMethodDescription()
|
| Methods in fr.inria.peerunit.base that return types with arguments of type MethodDescription | |
|---|---|
java.util.Map<MethodDescription,java.lang.reflect.Method> |
TestCaseWrapper.getMethods()
|
java.util.Collection<MethodDescription> |
Schedule.methods()
|
java.util.List<MethodDescription> |
TestCaseWrapper.register(java.lang.Class<?> klass)
Parse the test case to extract the methods to be executed |
| Methods in fr.inria.peerunit.base with parameters of type MethodDescription | |
|---|---|
boolean |
Schedule.containsMethod(MethodDescription md)
|
java.lang.reflect.Method |
TestCaseWrapper.getMethod(MethodDescription md)
Get the method following methodDescription |
void |
TestCaseWrapper.invoke(MethodDescription md)
Execute the given method description |
void |
ResultListenner.newResult(int TesterId,
MethodDescription md,
Verdicts verdict)
|
void |
Schedule.put(MethodDescription md,
Tester t)
|
java.util.Collection<Tester> |
Schedule.testersFor(MethodDescription md)
|
| Constructors in fr.inria.peerunit.base with parameters of type MethodDescription | |
|---|---|
ResultSet(MethodDescription md)
|
|
SingleResult(int id,
MethodDescription md)
|
|
| Uses of MethodDescription in fr.inria.peerunit.parser |
|---|
| Methods in fr.inria.peerunit.parser with parameters of type MethodDescription | |
|---|---|
int |
MethodDescription.compareTo(MethodDescription other)
|
| Uses of MethodDescription in fr.inria.peerunit.rmi.coord |
|---|
| Methods in fr.inria.peerunit.rmi.coord with parameters of type MethodDescription | |
|---|---|
void |
CoordinatorImpl.execute(MethodDescription md)
Dispatches a given action to a given set of testers. |
ResultSet |
CoordinatorImpl.getResultFor(MethodDescription md)
|
| Method parameters in fr.inria.peerunit.rmi.coord with type arguments of type MethodDescription | |
|---|---|
void |
CoordinatorImpl.registerMethods(Tester t,
java.util.Collection<MethodDescription> list)
|
| Constructors in fr.inria.peerunit.rmi.coord with parameters of type MethodDescription | |
|---|---|
MethodExecute(Tester t,
MethodDescription m)
|
|
| Uses of MethodDescription in fr.inria.peerunit.rmi.tester |
|---|
| Methods in fr.inria.peerunit.rmi.tester with parameters of type MethodDescription | |
|---|---|
void |
TesterImpl.execute(MethodDescription md)
Used to add an action to be executed |
void |
DistributedTesterImpl.execute(MethodDescription md)
|
| Method parameters in fr.inria.peerunit.rmi.tester with type arguments of type MethodDescription | |
|---|---|
void |
DistributedTesterImpl.registerMethods(Tester tester,
java.util.Collection<MethodDescription> list)
|
| Uses of MethodDescription in fr.inria.peerunit.test.oracle |
|---|
| Methods in fr.inria.peerunit.test.oracle with parameters of type MethodDescription | |
|---|---|
boolean |
GlobalVerdict.containsMethod(MethodDescription md)
|
ResultSet |
GlobalVerdict.getResultFor(MethodDescription md)
|
void |
GlobalVerdict.putResult(MethodDescription md,
ResultSet rs)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||