There are several places where we need sample values for testing, which are currently constructed within the scope of an individual unit test.
We should add a package that provides sample values for use in tests. The intent is to make it easier to reason about the various test cases by using one example. Additionally, we can document the meaning for these various values.
There are several places where we need sample values for testing, which are currently constructed within the scope of an individual unit test.
We should add a package that provides sample values for use in tests. The intent is to make it easier to reason about the various test cases by using one example. Additionally, we can document the meaning for these various values.
This implementation was started in https://github.com/googleapis/gapic-generator-go/pull/1508.