public Operation parseOperation(Method method, ApiOperation apiOperation,
List<ResponseMessage> apiResponses, String isDeprecated,
List<Parameter> parentParams, ListBuffer<Method> parentMethods) {
Operation operation = super.parseOperation(method, apiOperation, apiResponses, isDeprecated,
parentParams, parentMethods);
return new Operation(operation.method(),
// for a testing purposes
"summary by the test swagger test filter",
operation.notes(),
operation.responseClass(),
operation.nickname(),