grpc-ios
grpc-ios copied to clipboard
Investigate C-core's ios unit test run calling test suite setup per test run
Example issue seem here
- https://github.com/grpc/grpc/pull/27831
Current working assumption is bazel's ios_unit_test using GMT test runner. reloads test dylib per test run and triggers gtest's test suite setup to execute per test.