Hey, Sorry. Nope. We gave up on grpc.
வியா., 8 ஏப்., 2021, முற்பகல் 4:18 அன்று, Yijun Liu
எழுதியது:
> Hi, did you know how to do the unit testing of grpc now?
>
> On Saturday, April 23, 2016 at 1:31:19 PM UTC-6 Sankar wrote:
>
>> Hi
>>
>> I have a .proto file which I ran with protoc to generate
Hi, did you know how to do the unit testing of grpc now?
On Saturday, April 23, 2016 at 1:31:19 PM UTC-6 Sankar wrote:
> Hi
>
> I have a .proto file which I ran with protoc to generate the _pb.go file.
> I then wrote a server and a client program that uses the above _pb.go
> program. Now what i
You may want to have a look at this link:
https://github.com/grpc/grpc-go/blob/master/Documentation/gomock-example.md
On Saturday, April 23, 2016 at 12:31:19 PM UTC-7, Sankar wrote:
>
> Hi
>
> I have a .proto file which I ran with protoc to generate the _pb.go file.
> I then wrote a server and a
Not everybody in the Go community favours the use of mocking tools, so many
published solutions don't have any tests of that kind. Maybe you should
write the tests yourself.
I use pegomock for mocking. (I tried gomock but I found issues that were
not fixed. I also found a couple of issues w
Hi,any solution now? I am looking for the best way too.
On Sunday, April 24, 2016 at 3:31:19 AM UTC+8, Sankar wrote:
>
> Hi
>
> I have a .proto file which I ran with protoc to generate the _pb.go file.
> I then wrote a server and a client program that uses the above _pb.go
> program. Now what i
I did not find any :(
2016-12-12 1:28 GMT+05:30 :
> Would be interested to learn of if you found a good solution.
>
>
> On Saturday, April 23, 2016 at 9:31:19 PM UTC+2, Sankar wrote:
>>
>> Hi
>>
>> I have a .proto file which I ran with protoc to generate the _pb.go file.
>> I then wrote a server
Would be interested to learn of if you found a good solution.
On Saturday, April 23, 2016 at 9:31:19 PM UTC+2, Sankar wrote:
>
> Hi
>
> I have a .proto file which I ran with protoc to generate the _pb.go file.
> I then wrote a server and a client program that uses the above _pb.go
> program. Now