| // 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_TEST_H_ |
| #define IOS_TESTING_EARL_GREY_EARL_GREY_TEST_H_ |
| |
| // Import all EarlGrey2 headers that are required for the Test Process. |
| |
| #import "ios/third_party/earl_grey2/src/TestLib/EarlGreyImpl/EarlGreyImpl+XCUIApplication.h" |
| #import "ios/third_party/earl_grey2/src/TestLib/EarlGreyImpl/EarlGreyImpl.h" |
| |
| #endif // IOS_TESTING_EARL_GREY_EARL_GREY_TEST_H_ |