grpc-ios
grpc-ios copied to clipboard
Reuse C-Core's unit test logic in iOS test
Look at how we can have better reuse of existing test logic from c-core. In Event Engine test, for example, one possibility is to expose its test util via test-only public headers and call from iOS test. Some of these might not be possible as they are based on gtest.
An existing similar example is our current Cronet's end2end test setup