aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Tests/Util/FSTIntegrationTestCase.h
diff options
context:
space:
mode:
Diffstat (limited to 'Firestore/Example/Tests/Util/FSTIntegrationTestCase.h')
-rw-r--r--Firestore/Example/Tests/Util/FSTIntegrationTestCase.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/Firestore/Example/Tests/Util/FSTIntegrationTestCase.h b/Firestore/Example/Tests/Util/FSTIntegrationTestCase.h
index e1820e2..9c80799 100644
--- a/Firestore/Example/Tests/Util/FSTIntegrationTestCase.h
+++ b/Firestore/Example/Tests/Util/FSTIntegrationTestCase.h
@@ -28,6 +28,7 @@
@class FIRFirestoreSettings;
@class FIRQuery;
@class FSTEventAccumulator;
+@class FSTDispatchQueue;
NS_ASSUME_NONNULL_BEGIN
@@ -61,8 +62,6 @@ extern "C" {
- (FIRCollectionReference *)collectionRefWithDocuments:
(NSDictionary<NSString *, NSDictionary<NSString *, id> *> *)documents;
-- (void)waitForIdleFirestore:(FIRFirestore *)firestore;
-
- (void)writeAllDocuments:(NSDictionary<NSString *, NSDictionary<NSString *, id> *> *)documents
toCollection:(FIRCollectionReference *)collection;
@@ -87,6 +86,8 @@ extern "C" {
- (void)enableNetwork;
+- (FSTDispatchQueue *)queueForFirestore:(FIRFirestore *)firestore;
+
/**
* "Blocks" the current thread/run loop until the block returns YES.
* Should only be called on the main thread.