public interface AlgoContext
Modifier and Type | Method and Description |
---|---|
void |
add(StepResult stepResult)
adds the result of a step into the context
|
Object |
get(StepIOKeys key)
gets a value from the context
|
void |
set(StepIOKeys key,
Object obj)
adds the pair (key, object) in the report context
|
void add(StepResult stepResult)
stepResult
- void set(StepIOKeys key, Object obj)
key
- the identifier of the given objectobj
- the object to be registeredObject get(StepIOKeys key)
key
- the indentifierCopyright © 2006–2015. All rights reserved.