class NoStatusDetailsBinTestService

A test service that fails without explicitly setting the grpc-status-details-bin trailer. Tests assumptions about value of grpc-status-details-bin on the client side when the trailer wasn't set explicitly.

Public Instance Methods

an_rpc(_, _) click to toggle source
# File src/ruby/spec/google_rpc_status_utils_spec.rb, line 233
def an_rpc(_, _)
  fail GRPC::Unknown
end