Searched refs:grandChildTestSession (Results 1 – 1 of 1) sorted by relevance
828 final Session grandChildTestSession = service.getFinishedSession(grandChildSessionId); in testNestedSessions_simplestScenario() local829 assertChildSessionContext(grandChildTestSession, "grandChild"); in testNestedSessions_simplestScenario()830 assertThat(grandChildTestSession.getEvents()).isEmpty(); in testNestedSessions_simplestScenario()835 assertLifecycleOrder(3, grandChildTestSession, CREATION); in testNestedSessions_simplestScenario()836 assertLifecycleOrder(4, grandChildTestSession, DESTRUCTION); in testNestedSessions_simplestScenario()