Searched refs:NativeLoaderTest (Results 1 – 1 of 1) sorted by relevance
57 class NativeLoaderTest : public ::testing::TestWithParam<bool> { class91 TEST_P(NativeLoaderTest, InitializeLoadsDefaultPublicLibraries) { in TEST_P() argument96 TEST_P(NativeLoaderTest, OpenNativeLibraryWithoutClassloaderInApex) { in TEST_P() argument120 TEST_P(NativeLoaderTest, OpenNativeLibraryWithoutClassloaderInFramework) { in TEST_P() argument143 TEST_P(NativeLoaderTest, OpenNativeLibraryWithoutClassloaderAndCallerLocation) { in TEST_P() argument166 INSTANTIATE_TEST_SUITE_P(NativeLoaderTests, NativeLoaderTest, testing::Bool());170 class NativeLoaderTest_Create : public NativeLoaderTest {208 NativeLoaderTest::SetExpectations(); in SetExpectations()268 NativeLoaderTest::RunTest(); in RunTest()294 JNIEnv* env() { return NativeLoaderTest::env.get(); } in env()