public class TestSession extends Object
Constructor and Description |
---|
TestSession() |
Modifier and Type | Method and Description |
---|---|
static void |
addEvent(StepEventBusEvent event) |
static void |
cleanupSession() |
static void |
closeSession() |
static List<StepEventBusEvent> |
getSessionEvents() |
static TestSessionContext |
getTestSessionContext() |
static boolean |
isSessionStarted() |
static void |
startSession(String sessionId,
StepEventBus stepEventBus) |
public static void startSession(String sessionId, StepEventBus stepEventBus)
public static void closeSession()
public static TestSessionContext getTestSessionContext()
public static void cleanupSession()
public static boolean isSessionStarted()
public static void addEvent(StepEventBusEvent event)
public static List<StepEventBusEvent> getSessionEvents()
Copyright © 2023. All rights reserved.