Skip to content

Commit 0827030

Browse files
authored
Increase the visibility of the static methods in FirebaseTest (#460)
1 parent 1e39b38 commit 0827030

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

testing/test_framework/src/firebase_test_framework.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -236,6 +236,10 @@ class FirebaseTest : public testing::Test {
236236
// fully-automated tests should be run.
237237
bool AreInteractiveTestsAllowed();
238238

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:
239243
// Get a persistent string value that was previously set via
240244
// SetPersistentString. Returns true if the value was set, false if not or if
241245
// something went wrong.

0 commit comments

Comments
 (0)