Home
last modified time | relevance | path

Searched refs:skippedCallStackSize (Results 1 – 1 of 1) sorted by relevance

/external/guice/core/test/com/google/inject/spi/
DElementSourceTest.java77 int skippedCallStackSize = new Throwable().getStackTrace().length - 1; in testGetCallStack_IntegrationTest() local
78 assertEquals(skippedCallStackSize + 15, elementSource.getStackTrace().length); in testGetCallStack_IntegrationTest()