Searched refs:childTestSession (Results 1 – 1 of 1) sorted by relevance
420 final Session childTestSession = service.getFinishedSession(childSessionId); in testAddAndRemoveImportantChildOnDifferentSession() local421 assertChildSessionContext(childTestSession, "child"); in testAddAndRemoveImportantChildOnDifferentSession()422 final List<ContentCaptureEvent> childEvents = childTestSession.getEvents(); in testAddAndRemoveImportantChildOnDifferentSession()594 final Session childTestSession = service.getFinishedSession(childSessionId); in dinamicallyAddOneChildOnAnotherSessionTest() local595 assertChildSessionContext(childTestSession, "child_session"); in dinamicallyAddOneChildOnAnotherSessionTest()596 final List<ContentCaptureEvent> childEvents = childTestSession.getEvents(); in dinamicallyAddOneChildOnAnotherSessionTest()605 assertLifecycleOrder(2, childTestSession, CREATION); in dinamicallyAddOneChildOnAnotherSessionTest()606 assertLifecycleOrder(3, childTestSession, DESTRUCTION); in dinamicallyAddOneChildOnAnotherSessionTest()824 final Session childTestSession = service.getFinishedSession(childSessionId); in testNestedSessions_simplestScenario() local825 assertChildSessionContext(childTestSession, "child"); in testNestedSessions_simplestScenario()[all …]