grpc-ios icon indicating copy to clipboard operation
grpc-ios copied to clipboard

Reuse C-Core's unit test logic in iOS test

Open dennycd opened this issue 3 years ago • 0 comments

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

dennycd avatar Oct 07 '21 23:10 dennycd