You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
They use a MockRestartInitializer and this doesn't appear to be testing anything. Using a real one might work because thread.getStackTrace() returns and array with no elements and isSkippedStackElement doesn't kick in.
The text was updated successfully, but these errors were encountered:
They use a
MockRestartInitializer
and this doesn't appear to be testing anything. Using a real one might work becausethread.getStackTrace()
returns and array with no elements andisSkippedStackElement
doesn't kick in.The text was updated successfully, but these errors were encountered: