Lines Matching refs:VerifyClassLoaderContextMatch
611 TEST_F(ClassLoaderContextTest, VerifyClassLoaderContextMatch) { in TEST_F() argument
622 ASSERT_TRUE(context->VerifyClassLoaderContextMatch(context_spec)); in TEST_F()
625 ASSERT_FALSE(context->VerifyClassLoaderContextMatch(wrong_class_loader_type)); in TEST_F()
628 ASSERT_FALSE(context->VerifyClassLoaderContextMatch(wrong_class_loader_order)); in TEST_F()
631 ASSERT_FALSE(context->VerifyClassLoaderContextMatch(wrong_classpath_order)); in TEST_F()
634 ASSERT_FALSE(context->VerifyClassLoaderContextMatch(wrong_checksum)); in TEST_F()
637 ASSERT_FALSE(context->VerifyClassLoaderContextMatch(wrong_extra_class_loader)); in TEST_F()
640 ASSERT_FALSE(context->VerifyClassLoaderContextMatch(wrong_extra_classpath)); in TEST_F()
643 ASSERT_FALSE(context->VerifyClassLoaderContextMatch(wrong_spec)); in TEST_F()
655 ASSERT_TRUE(context->VerifyClassLoaderContextMatch(context_with_no_base_dir)); in TEST_F()
664 ASSERT_TRUE(context->VerifyClassLoaderContextMatch(context_with_base_dir)); in TEST_F()
672 ASSERT_TRUE(context->VerifyClassLoaderContextMatch(context->EncodeContextForOatFile(""))); in TEST_F()