Searched refs:errorStackTrace (Results 1 – 1 of 1) sorted by relevance
159 String errorStackTrace = getStackTrace(error); in invokeMethodOnTestInstance()162 resultCallback.onError(errorStackTrace); in invokeMethodOnTestInstance()165 Log.e(TAG, "Assertion failed on invoked method " + errorStackTrace); in invokeMethodOnTestInstance()167 Log.e(TAG, "Invocation target failed " + errorStackTrace); in invokeMethodOnTestInstance()169 Log.e(TAG, "Test method not found " + errorStackTrace); in invokeMethodOnTestInstance()171 Log.e(TAG, "Test execution failed " + errorStackTrace); in invokeMethodOnTestInstance()178 StringWriter errorStackTrace = new StringWriter(); in getStackTrace() local179 PrintWriter errorWriter = new PrintWriter(errorStackTrace); in getStackTrace()181 return errorStackTrace.toString(); in getStackTrace()