Searched refs:jthrowable (Results 1 – 4 of 4) sorted by relevance
42 env->Throw(static_cast<jthrowable>(exception)); in fail()
79 jthrowable oneException = (*env)->ExceptionOccurred(env); in runJniTests()
133 ScopedLocalRef<jobject> jthrowable(mEnv, mEnv->NewObject(gAssertionFailure.clazz, in OnTestEnd() local136 gFailure.ctor, mCurrentTestDescription.get(), jthrowable.get())); in OnTestEnd()
115 env->Throw(static_cast<jthrowable>(exception)); in fail()