|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface ExecutionProfiler.ExecutionListener
ExecutionListener for execution profiler.
| Method Summary | |
|---|---|
void |
caseScenarios(java.lang.Class<?> caze,
java.util.List<java.lang.reflect.Method> methods)
Notifies the scenarios available in the given case as it is analised. |
void |
runningScenario(java.lang.Class<?> clazz,
java.lang.reflect.Method method)
Notifies the listener that a scenario was started. |
void |
runningScenarioError(java.lang.Throwable t)
Notifies that the running scenario terminated because of an error. |
| Method Detail |
|---|
void runningScenario(java.lang.Class<?> clazz,
java.lang.reflect.Method method)
clazz - the profile case.method - the profile scenario within the case.void runningScenarioError(java.lang.Throwable t)
t - the error that terminated the scenario.
void caseScenarios(java.lang.Class<?> caze,
java.util.List<java.lang.reflect.Method> methods)
caze - the case class.methods - the scenarios available.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||