Uses of Class
com.google.common.truth.StackTraceCleaner.StackTraceElementWrapper
-
-
Uses of StackTraceCleaner.StackTraceElementWrapper in com.google.common.truth
Fields in com.google.common.truth declared as StackTraceCleaner.StackTraceElementWrapper Modifier and Type Field Description private StackTraceCleaner.StackTraceElementWrapperStackTraceCleaner. lastStackFrameElementWrapperFields in com.google.common.truth with type parameters of type StackTraceCleaner.StackTraceElementWrapper Modifier and Type Field Description private java.util.List<StackTraceCleaner.StackTraceElementWrapper>StackTraceCleaner. cleanedStackTraceMethods in com.google.common.truth that return StackTraceCleaner.StackTraceElementWrapper Modifier and Type Method Description private static StackTraceCleaner.StackTraceElementWrapperStackTraceCleaner. createStreakReplacementFrame(StackTraceCleaner.StackFrameType stackFrameType, int length)Methods in com.google.common.truth with parameters of type StackTraceCleaner.StackTraceElementWrapper Modifier and Type Method Description private voidStackTraceCleaner. addToStreak(StackTraceCleaner.StackTraceElementWrapper stackTraceElementWrapper)Either adds the given frame to the running streak or closes out the running streak and starts a new one.
-