Searched refs:childSession2 (Results 1 – 2 of 2) sorted by relevance
537 FakeStagedSession childSession2 = new FakeStagedSession(202); in getStagedApexInfos_parentSession() local538 childSession2.setIsApex(true); in getStagedApexInfos_parentSession()541 Arrays.asList(childSession1, childSession2, nonApexChild)); in getStagedApexInfos_parentSession()568 FakeStagedSession childSession2 = new FakeStagedSession(124); in getStagedApexModuleNames_returnsStagedApexModules() local569 childSession2.setIsApex(true); in getStagedApexModuleNames_returnsStagedApexModules()572 Arrays.asList(childSession1, childSession2, nonApexChild)); in getStagedApexModuleNames_returnsStagedApexModules()
144 val childSession2 = createSession(sessionId = 345, parentSessionId = 123) in <lambda>() constant145 writeRestoreAssert(listOf(session, childSession1, childSession2)) in <lambda>()