public class TestSessionContext extends Object
Constructor and Description |
---|
TestSessionContext() |
Modifier and Type | Method and Description |
---|---|
void |
addStepBusEvent(StepEventBusEvent event) |
String |
getSessionId() |
AtomicBoolean |
getSessionStarted() |
StepEventBus |
getStepEventBus() |
List<StepEventBusEvent> |
getStepEventBusEvents() |
void |
setSessionId(String sessionId) |
void |
setStepEventBus(StepEventBus stepEventBus) |
public AtomicBoolean getSessionStarted()
public List<StepEventBusEvent> getStepEventBusEvents()
public void addStepBusEvent(StepEventBusEvent event)
public void setSessionId(String sessionId)
public String getSessionId()
public StepEventBus getStepEventBus()
public void setStepEventBus(StepEventBus stepEventBus)
Copyright © 2023. All rights reserved.