(t *testing.T, attrs *NamedAttributeExpr)
| 176 | } |
| 177 | |
| 178 | func withReadStreamingResult(t *testing.T, attrs *NamedAttributeExpr) func(*InterceptorExpr) { |
| 179 | t.Helper() |
| 180 | return func(i *InterceptorExpr) { |
| 181 | i.ReadStreamingResult = &AttributeExpr{Type: &Object{attrs}} |
| 182 | } |
| 183 | } |
| 184 | |
| 185 | func makeMethod(t *testing.T, opts ...func(*MethodExpr)) *MethodExpr { |
| 186 | t.Helper() |
no outgoing calls
no test coverage detected