Searched refs:skippedCallStackSize (Results 1 – 1 of 1) sorted by relevance
77 int skippedCallStackSize = new Throwable().getStackTrace().length - 1; in testGetCallStack_IntegrationTest() local78 assertEquals(skippedCallStackSize + 15, elementSource.getStackTrace().length); in testGetCallStack_IntegrationTest()