Searched refs:thrown_exception (Results 1 – 1 of 1) sorted by relevance
2337 jthrowable thrown_exception = env_->ExceptionOccurred(); in TEST_F() local2339 EXPECT_TRUE(env_->IsSameObject(exception, thrown_exception)); in TEST_F()2355 jthrowable thrown_exception; in TEST_F() local2359 thrown_exception = env_->ExceptionOccurred(); in TEST_F()2361 EXPECT_TRUE(env_->IsInstanceOf(thrown_exception, exception_class)); in TEST_F()2365 thrown_exception = env_->ExceptionOccurred(); in TEST_F()2367 EXPECT_TRUE(env_->IsInstanceOf(thrown_exception, exception_class)); in TEST_F()2447 jthrowable thrown_exception; in TEST_F() local2452 thrown_exception = env_->ExceptionOccurred(); in TEST_F()2454 EXPECT_TRUE(env_->IsInstanceOf(thrown_exception, imse_class)); in TEST_F()[all …]