// Parse mocks base method.
m.ctrl.T.Helper()
ret := m.ctrl.Call(m, "Parse", query)
ret0, _ := ret[0].(*parsedQuery)
ret1, _ := ret[1].(error)
return ret0, ret1
}
// Parse indicates an expected call of Parse.