googleapis / google-cloud-cpp

C++ Client Libraries for Google Cloud Services
https://cloud.google.com/
Apache License 2.0
554 stars 373 forks source link

generator: consider moving common golden testing mocks to separate file #5814

Closed scotthart closed 3 years ago

scotthart commented 3 years ago

There are several mocks that appear multiple times in different generator/integration_tests/golden/*_test.cc. These could be relocated to header files to avoid duplication.

coryan commented 3 years ago

I think I fixed this as part of #6814