Lines Matching defs:PlatformAndroidTest
1 //===-- PlatformAndroidTest.cpp -------------------------------------------===//
45 class PlatformAndroidTest : public PlatformAndroid, public ::testing::Test {
47 PlatformAndroidTest() : PlatformAndroid(false) {
57 TEST_F(PlatformAndroidTest, DownloadModuleSliceWithAdbClientError) {
73 TEST_F(PlatformAndroidTest, DownloadModuleSliceWithNormalFile) {
96 TEST_F(PlatformAndroidTest, DownloadModuleSliceWithZipFile) {
117 TEST_F(PlatformAndroidTest, DownloadModuleSliceWithZipFileAndRunAs) {
143 TEST_F(PlatformAndroidTest, GetFileWithNormalFile) {
164 TEST_F(PlatformAndroidTest, GetFileWithCatFallback) {
196 TEST_F(PlatformAndroidTest, GetFileWithCatFallbackAndRunAs) {