Searched refs:NativeLoaderTest (Results 1 – 1 of 1) sorted by relevance
272 class NativeLoaderTest : public ::testing::TestWithParam<bool> { class307 TEST_P(NativeLoaderTest, InitializeLoadsDefaultPublicLibraries) { in TEST_P() argument312 TEST_P(NativeLoaderTest, OpenNativeLibraryWithoutClassloaderInApex) { in TEST_P() argument336 TEST_P(NativeLoaderTest, OpenNativeLibraryWithoutClassloaderInFramework) { in TEST_P() argument359 TEST_P(NativeLoaderTest, OpenNativeLibraryWithoutClassloaderAndCallerLocation) { in TEST_P() argument382 INSTANTIATE_TEST_SUITE_P(NativeLoaderTests, NativeLoaderTest, testing::Bool());398 class NativeLoaderTest_Create : public NativeLoaderTest {438 NativeLoaderTest::SetExpectations(); in SetExpectations()503 NativeLoaderTest::RunTest(); in RunTest()529 JNIEnv* env() { return NativeLoaderTest::env.get(); } in env()