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.
2 parents 0d36667 + 53f2356 commit 44e5538Copy full SHA for 44e5538
testing/test_framework/src/firebase_test_framework.h
@@ -236,6 +236,10 @@ class FirebaseTest : public testing::Test {
236
// fully-automated tests should be run.
237
bool AreInteractiveTestsAllowed();
238
239
+ // Give the static helper methods "public" visibility so that they can be used
240
+ // by helper functions defined outside of subclasses of `FirebaseTest`, such
241
+ // as functions defined in anonymous namespaces.
242
+ public:
243
// Get a persistent string value that was previously set via
244
// SetPersistentString. Returns true if the value was set, false if not or if
245
// something went wrong.
0 commit comments