Class StackTrace
java.lang.Object
mockit.internal.util.StackTrace
Provides utility methods to extract and filter stack trace information.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfilter()static voidintgetDepth()getElement(int index) voidprint(Appendable output)
-
Constructor Details
-
StackTrace
-
-
Method Details
-
getDepth
public int getDepth() -
getElement
-
filterStackTrace
-
filter
public void filter() -
print
-