Uses of Enum Class
com.google.common.truth.StackTraceCleaner.StackFrameType
-
Uses of StackTraceCleaner.StackFrameType in com.google.common.truth
Fields in com.google.common.truth declared as StackTraceCleaner.StackFrameTypeModifier and TypeFieldDescriptionprivate StackTraceCleaner.StackFrameTypeStackTraceCleaner.currentStreakTypeprivate final StackTraceCleaner.StackFrameTypeStackTraceCleaner.StackTraceElementWrapper.stackFrameTypeMethods in com.google.common.truth that return StackTraceCleaner.StackFrameTypeModifier and TypeMethodDescriptionprivate static StackTraceCleaner.StackFrameTypeStackTraceCleaner.StackFrameType.forClassName(String fullyQualifiedClassName) Helper method to determine the frame type from the fully qualified class name.(package private) StackTraceCleaner.StackFrameTypeStackTraceCleaner.StackTraceElementWrapper.getStackFrameType()Returns the type of this frame.Returns the enum constant of this class with the specified name.static StackTraceCleaner.StackFrameType[]StackTraceCleaner.StackFrameType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.google.common.truth with parameters of type StackTraceCleaner.StackFrameTypeModifier and TypeMethodDescriptionprivate static StackTraceCleaner.StackTraceElementWrapperStackTraceCleaner.createStreakReplacementFrame(StackTraceCleaner.StackFrameType stackFrameType, int length) Constructors in com.google.common.truth with parameters of type StackTraceCleaner.StackFrameTypeModifierConstructorDescription(package private)StackTraceElementWrapper(StackTraceElement stackTraceElement, StackTraceCleaner.StackFrameType stackFrameType) Creates a wrapper with the given frame and the given frame type.