Searched refs:fullStack (Results 1 – 1 of 1) sorted by relevance
400 final String fullStack = testResult.getValue().getStackTrace(); in handleTestFailure() local401 if (fullStack != null) { in handleTestFailure()403 int index = fullStack.indexOf('\n'); in handleTestFailure()406 message = fullStack; in handleTestFailure()408 message = fullStack.substring(0, index); in handleTestFailure()412 String truncatedStackTrace = getTruncatedStackTrace(fullStack, testResult.getKey()); in handleTestFailure()