We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1922237 commit 054d8e6Copy full SHA for 054d8e6
TestLib/Swift/EarlGrey.swift
@@ -15,6 +15,7 @@
15
//
16
17
import Foundation
18
+@_exported import third_party_objective_c_EarlGreyV2_TestLib_TestLib
19
public func GREYAssert(
20
_ expression: @autoclosure () -> Bool,
21
_ reason: @autoclosure () -> String = "Assert on expression Failed",
@@ -189,6 +190,7 @@ public func GREYRemoteClassInApp<T: NSObject>(_ classVal: T.Type) -> T.Type {
189
190
return remoteClass
191
}
192
193
+
194
// Allows calling `EarlGreyImpl` methods that would typically rely on the `EarlGrey` macro in
195
// Objective-C.
196
public struct EarlGrey {
0 commit comments