GoogleCloudPlatform / cloud-spanner-samples

Apache License 2.0
11 stars 21 forks source link

Test implementations #10

Closed biancamacias closed 3 years ago

biancamacias commented 3 years ago

Issue

Currently, there are no unit tests for any implementation. Adding testing by mocking the emulator and/or grpc_cli will help ensure that the code runs as expected

Expected Behavior

when running the unit tests, switching the flag should result in using the correct implementation (either java client or JDBC)

Next Steps

ngcgarcia commented 3 years ago

Resolved with #21, #28, and #45.