|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CallbackControlPanel
Exposes callback-record details for the current testrun.
A test will reach a proper instance of this interface by referencing it as
any other callback-interface, e.g. by having a field of this type
annotated with
@ParameterizedCallback
:
@ParameterizedCallback CallbackControlPanel controlPanel;
Method Summary | |
---|---|
List |
getCurrentCallbackRecord()
Returns the current callback-record as a list. |
Map |
getLatestCallbackResults()
Returns the result (callback-record elements & return values) of the most recent callback invocation as a map, where callback-record elements are keys and return-values are values. For void-methods all the values will be null. |
Method Detail |
---|
List getCurrentCallbackRecord()
Map getLatestCallbackResults()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |