Searched refs:testChildSession (Results 1 – 1 of 1) sorted by relevance
115 Session testChildSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testStartInvisibleChildSession() local116 assertEquals( TEST_CHILD_NAME, testChildSession.getShortMethodName()); in testStartInvisibleChildSession()117 assertTrue(testChildSession.isStartedFromActiveSession()); in testStartInvisibleChildSession()118 assertNotNull(testChildSession.getParentSession()); in testStartInvisibleChildSession()119 assertEquals(TEST_PARENT_NAME, testChildSession.getParentSession().getShortMethodName()); in testStartInvisibleChildSession()120 assertFalse(testChildSession.isSessionCompleted()); in testStartInvisibleChildSession()121 assertFalse(testChildSession.getParentSession().isSessionCompleted()); in testStartInvisibleChildSession()161 Session testChildSession = mTestSessionManager.mSessionMapper.get(TEST_PARENT_THREAD_ID); in testEndInvisibleChildSession() local170 assertTrue(testChildSession.isSessionCompleted()); in testEndInvisibleChildSession()