Interface PerfTestRunContext
- All Known Implementing Classes:
PerfTestRun
public interface PerfTestRunContext
Represents an individual run. This is passed from one step to
another and can be used for passing context data.
- Author:
- Daniel Meyer
-
Field Summary
-
Method Summary
Modifier and TypeMethodDescription<T> T
getVariable
(String name) void
setVariable
(String name, Object value)
-
Field Details
-
currentContext
-
-
Method Details
-
setVariable
-
getVariable
-