Skip to content

Increase the visibility of the static methods in FirebaseTest #460

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 4 commits into from
Jun 15, 2021

Conversation

dconeybe
Copy link
Contributor

There is a collection of generally-useful static methods in the FirebaseTest class that have protected visibility. These methods are generally useful even outside of subclasses, such as by "helper" functions defined in anonymous namespaces.

This PR increases the visibility of these static methods to public so that they can be used even outside of subclasses.

In the future, it may instead make sense to even move these static methods to free functions since there is no need that they be nested inside of FirebaseTest.

@dconeybe dconeybe self-assigned this Jun 11, 2021
@google-cla google-cla bot added the cla: yes label Jun 11, 2021
@dconeybe dconeybe added the tests-requested: quick Trigger a quick set of integration tests. label Jun 11, 2021
@github-actions github-actions bot added tests: in-progress This PR's integration tests are in progress. tests: failed This PR's integration tests failed. and removed tests-requested: quick Trigger a quick set of integration tests. labels Jun 11, 2021
@firebase-workflow-trigger firebase-workflow-trigger bot removed the tests: in-progress This PR's integration tests are in progress. label Jun 11, 2021
@dconeybe dconeybe added the tests-requested: quick Trigger a quick set of integration tests. label Jun 11, 2021
@github-actions github-actions bot added tests: in-progress This PR's integration tests are in progress. tests: failed This PR's integration tests failed. and removed tests-requested: quick Trigger a quick set of integration tests. tests: failed This PR's integration tests failed. labels Jun 11, 2021
@firebase-workflow-trigger firebase-workflow-trigger bot removed the tests: in-progress This PR's integration tests are in progress. label Jun 11, 2021
@github-actions github-actions bot added tests: in-progress This PR's integration tests are in progress. tests: failed This PR's integration tests failed. and removed tests: failed This PR's integration tests failed. labels Jun 11, 2021
@firebase-workflow-trigger firebase-workflow-trigger bot removed the tests: in-progress This PR's integration tests are in progress. label Jun 11, 2021
@dconeybe dconeybe added the tests-requested: quick Trigger a quick set of integration tests. label Jun 12, 2021
@github-actions github-actions bot added tests: in-progress This PR's integration tests are in progress. tests: failed This PR's integration tests failed. and removed tests-requested: quick Trigger a quick set of integration tests. tests: failed This PR's integration tests failed. labels Jun 12, 2021
@firebase-workflow-trigger firebase-workflow-trigger bot removed the tests: in-progress This PR's integration tests are in progress. label Jun 12, 2021
@github-actions github-actions bot added tests: in-progress This PR's integration tests are in progress. and removed tests: failed This PR's integration tests failed. labels Jun 14, 2021
@github-actions
Copy link

github-actions bot commented Jun 14, 2021

❌  Integration test FAILED

Requested by @dconeybe on commit 44e5538
Last updated: Mon Jun 14 08:42:36 PDT 2021
Download integration test detailed logs and artifacts

Failures Configs
firestore [TEST] [ERROR] [Android] [ubuntu] [android_latest]

@github-actions github-actions bot added the tests: failed This PR's integration tests failed. label Jun 14, 2021
@firebase-workflow-trigger firebase-workflow-trigger bot removed the tests: in-progress This PR's integration tests are in progress. label Jun 14, 2021
@dconeybe dconeybe requested a review from jonsimantov June 15, 2021 16:32
@dconeybe dconeybe assigned jonsimantov and unassigned dconeybe Jun 15, 2021
@dconeybe dconeybe removed the tests: failed This PR's integration tests failed. label Jun 15, 2021
@dconeybe dconeybe merged commit 0827030 into main Jun 15, 2021
@dconeybe dconeybe deleted the dconeybe/FirebaseTestStaticMethodsPublic branch June 15, 2021 18:03
@firebase firebase locked and limited conversation to collaborators Jul 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants