We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
GCPのTest用の機能たちをまとめる
地味に色々あって、思い出すのが大変なので
The text was updated successfully, but these errors were encountered:
https://cloud.google.com/datastore/docs/tools/datastore-emulator
Google Cloud SDKに含まれているDatastoreのEmulator Javaで作られている
https://firebase.google.com/docs/rules/emulator-setup https://cloud.google.com/sdk/gcloud/reference/beta/emulators/firestore/
Firebase側にはドキュメントがあるが、GCP側にはドキュメントが無い Google Cloud SDKとしては cloud-firestore-emulator という名前のcomponentとなっている
cloud-firestore-emulator
https://cloud.google.com/bigtable/docs/emulator
Google Cloud SDKに含まれているBigtableのEmulator https://github.com/googleapis/google-cloud-java/tree/master/google-cloud-testing/google-cloud-bigtable-emulator にラッパーライブラリがあったりする
https://cloud.google.com/pubsub/docs/emulator
Google Cloud SDKに含まれているPubSubのEmulator
https://godoc.org/cloud.google.com/go/pubsub/pstest
GoのMock用のLibrary
UnitTestのために開発中のGoのLibrary まだ、未対応の機能が多い
UnitTestのために開発中のGoのLibrary Unofficialで、 @kazegusuri さんが作っている
Sorry, something went wrong.
Google Cloud Spanner Emulator (β) https://cloud.google.com/spanner/docs/emulator
sinmetal
No branches or pull requests
WHAT
GCPのTest用の機能たちをまとめる
WHY
地味に色々あって、思い出すのが大変なので
The text was updated successfully, but these errors were encountered: