Searched refs:grandChildTestSession (Results 1 – 1 of 1) sorted by relevance
845 final Session grandChildTestSession = service.getFinishedSession(grandChildSessionId); in testNestedSessions_simplestScenario() local846 assertChildSessionContext(grandChildTestSession, "grandChild"); in testNestedSessions_simplestScenario()847 assertThat(grandChildTestSession.getEvents()).isEmpty(); in testNestedSessions_simplestScenario()852 assertLifecycleOrder(3, grandChildTestSession, CREATION); in testNestedSessions_simplestScenario()853 assertLifecycleOrder(4, grandChildTestSession, DESTRUCTION); in testNestedSessions_simplestScenario()