Interface CommandResultCallback<R>
public interface CommandResultCallback<R>
- Since:
- 2.4
-
Method Summary
Modifier and TypeMethodDescriptionvoiddoWithCommandResult(R result, TestContext context) Callback method called with command result.
-
Method Details
-
doWithCommandResult
Callback method called with command result.
-