Searched refs:childTestSession (Results 1 – 1 of 1) sorted by relevance
431 final Session childTestSession = service.getFinishedSession(childSessionId); in testAddAndRemoveImportantChildOnDifferentSession() local432 assertChildSessionContext(childTestSession, "child"); in testAddAndRemoveImportantChildOnDifferentSession()433 final List<ContentCaptureEvent> childEvents = childTestSession.getEvents(); in testAddAndRemoveImportantChildOnDifferentSession()607 final Session childTestSession = service.getFinishedSession(childSessionId); in dinamicallyAddOneChildOnAnotherSessionTest() local608 assertChildSessionContext(childTestSession, "child_session"); in dinamicallyAddOneChildOnAnotherSessionTest()609 final List<ContentCaptureEvent> childEvents = childTestSession.getEvents(); in dinamicallyAddOneChildOnAnotherSessionTest()618 assertLifecycleOrder(2, childTestSession, CREATION); in dinamicallyAddOneChildOnAnotherSessionTest()619 assertLifecycleOrder(3, childTestSession, DESTRUCTION); in dinamicallyAddOneChildOnAnotherSessionTest()841 final Session childTestSession = service.getFinishedSession(childSessionId); in testNestedSessions_simplestScenario() local842 assertChildSessionContext(childTestSession, "child"); in testNestedSessions_simplestScenario()[all …]