GRPC-Kotlin-Multiplatform
GRPC-Kotlin-Multiplatform copied to clipboard
Add rpc test cases
Currently, only serialization and message creation is tested (which internally tests the entire code generation).
However, test cases should be added that send RPCs to a local test server and verify the response. For this, maybe a task can be created that launches such a server.
This is now implemented for iOS and JVM. I do not know yet, what the best way to get the envoy for js running is.
We now have docker test cases.