()
| 396 | return v.matches |
| 397 | } |
| 398 | func (v *JSONComparisonResult) Differences() []string { |
| 399 | return v.differences |
| 400 | } |
| 401 | func MarshalRequestBodies(mockOperation, testOperation *models.Operation) (string, string, error) { |
| 402 | var mockRequestBody []byte |
| 403 | var testRequestBody []byte |
no outgoing calls
no test coverage detected