| // Copyright 2019 The Chromium Authors |
| // Use of this source code is governed by a BSD-style license that can be |
| // found in the LICENSE file. |
| |
| #ifndef IOS_TESTING_EARL_GREY_EARL_GREY_APP_H_ |
| #define IOS_TESTING_EARL_GREY_EARL_GREY_APP_H_ |
| |
| // Import all EarlGrey2 headers that are required for the App Process. |
| |
| #import <AppFramework/Action/GREYActionsShorthand.h> |
| #import <AppFramework/Action/GREYTapper.h> |
| #import <AppFramework/Core/GREYElementInteraction.h> |
| #import <AppFramework/EarlGreyApp.h> |
| #import <AppFramework/Event/GREYSyntheticEvents.h> |
| #import <AppFramework/Matcher/GREYMatchersShorthand.h> |
| #import <AppFramework/Synchronization/GREYSyncAPI.h> |
| #import <AppFramework/Synchronization/GREYUIThreadExecutor+GREYApp.h> |
| #import <CommonLib/Additions/NSObject+GREYCommon.h> |
| #import <CommonLib/Error/GREYErrorConstants.h> |
| #import <CommonLib/GREYAppleInternals.h> |
| |
| #endif // IOS_TESTING_EARL_GREY_EARL_GREY_APP_H_ |