Searched refs:childSession1 (Results 1 – 2 of 2) sorted by relevance
535 FakeStagedSession childSession1 = new FakeStagedSession(201); in getStagedApexInfos_parentSession() local536 childSession1.setIsApex(true); in getStagedApexInfos_parentSession()541 Arrays.asList(childSession1, childSession2, nonApexChild)); in getStagedApexInfos_parentSession()566 FakeStagedSession childSession1 = new FakeStagedSession(123); in getStagedApexModuleNames_returnsStagedApexModules() local567 childSession1.setIsApex(true); in getStagedApexModuleNames_returnsStagedApexModules()572 Arrays.asList(childSession1, childSession2, nonApexChild)); in getStagedApexModuleNames_returnsStagedApexModules()
141 val childSession1 = createSession(sessionId = 234, parentSessionId = 123) regex143 writeRestoreAssert(listOf(session, childSession1, childSession2))