Excluding an element will make it not show in the cleaned stack trace. Not-excluding an element does not guarantee it will be shown (e.g. it depends on the implementation of Mockito internal {@link org.mockito.internal.exceptions.stacktrace.StackTraceFilter}).
The implementations are required to be thread safe. For example, make them stateless.
See the default implementation: {@link org.mockito.internal.exceptions.stacktrace.DefaultStackTraceCleaner}.
|
|
|
|