(t *testing.T, attrs *NamedAttributeExpr)
| 162 | } |
| 163 | |
| 164 | func withReadResult(t *testing.T, attrs *NamedAttributeExpr) func(*InterceptorExpr) { |
| 165 | t.Helper() |
| 166 | return func(i *InterceptorExpr) { |
| 167 | i.ReadResult = &AttributeExpr{Type: &Object{attrs}} |
| 168 | } |
| 169 | } |
| 170 | |
| 171 | func withReadStreamingPayload(t *testing.T, attrs *NamedAttributeExpr) func(*InterceptorExpr) { |
| 172 | t.Helper() |
no outgoing calls
no test coverage detected