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.StackTraceElementWrapperFields in com.google.common.truth with type parameters of type StackTraceCleaner.StackTraceElementWrapperModifier and TypeFieldDescriptionprivate final List<StackTraceCleaner.StackTraceElementWrapper>
StackTraceCleaner.cleanedStackTrace
Methods in com.google.common.truth that return StackTraceCleaner.StackTraceElementWrapperModifier and TypeMethodDescriptionprivate static StackTraceCleaner.StackTraceElementWrapper
StackTraceCleaner.createStreakReplacementFrame
(StackTraceCleaner.StackFrameType stackFrameType, int length) Methods in com.google.common.truth with parameters of type StackTraceCleaner.StackTraceElementWrapperModifier and TypeMethodDescriptionprivate void
StackTraceCleaner.addToStreak
(StackTraceCleaner.StackTraceElementWrapper stackTraceElementWrapper) Either adds the given frame to the running streak or closes out the running streak and starts a new one.