aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Core/Tests/FIRTestCase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Example/Core/Tests/FIRTestCase.h')
-rw-r--r--Example/Core/Tests/FIRTestCase.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/Example/Core/Tests/FIRTestCase.h b/Example/Core/Tests/FIRTestCase.h
index acc7b16..f706b46 100644
--- a/Example/Core/Tests/FIRTestCase.h
+++ b/Example/Core/Tests/FIRTestCase.h
@@ -40,6 +40,15 @@ extern NSString *const kProjectID;
*/
@interface FIRTestCase : XCTestCase
+
+/**
+ Checks to to see if a given message was recently logged to FIRLogger.
+
+ @param message The log message to look for.
+ @return Whether or not the given message was recently logged to the console.
+ */
+- (BOOL)messageWasLogged:(NSString *)message;
+
@end
NS_ASSUME_NONNULL_END