(t *testing.T, actual, expected int)
| 1196 | if !reflect.DeepEqual(resp, m.publishSearchConfigurationChangedCfg.expectedResp) { |
| 1197 | m.t.Errorf("unexpected response %+v", resp) |
| 1198 | } |
| 1199 | if userID != m.publishSearchConfigurationChangedCfg.expectedUserID { |
| 1200 | m.t.Errorf("unexpected user id %s", userID) |
| 1201 | } |
| 1202 | if isCreation != m.publishSearchConfigurationChangedCfg.expectedIsCreation { |
| 1203 | m.t.Errorf("unexpected is creation %t", isCreation) |
| 1204 | } |
| 1205 |
no outgoing calls
no test coverage detected