Versions in this module Expand all Collapse all v1 v1.7.1 Jul 17, 2020 Changes in this version + func Ceq(t *testing.T, expected, actual interface{}, eq func(a, b interface{}) bool, ...) bool + func Cneq(t *testing.T, unexpected, actual interface{}, eq func(a, b interface{}) bool, ...) bool + func Eq(t *testing.T, expected, actual interface{}, context ...interface{}) bool + func Neq(t *testing.T, unexpected, actual interface{}, context ...interface{}) bool + func Nok(t *testing.T, err error, context ...interface{}) + func Ok(t *testing.T, err error, context ...interface{}) + func Require(t *testing.T, condition bool, context ...interface{}) + type TestService struct + func (TestService) EmptyCall(context.Context, *grpc_testing.Empty) (*grpc_testing.Empty, error) + func (TestService) FullDuplexCall(ss grpc_testing.TestService_FullDuplexCallServer) error + func (TestService) HalfDuplexCall(ss grpc_testing.TestService_HalfDuplexCallServer) error + func (TestService) StreamingInputCall(ss grpc_testing.TestService_StreamingInputCallServer) error + func (TestService) StreamingOutputCall(req *grpc_testing.StreamingOutputCallRequest, ...) error + func (TestService) UnaryCall(_ context.Context, req *grpc_testing.SimpleRequest) (*grpc_testing.SimpleResponse, error)