示例1: it ▲点赞 6▼ it('should not contain deleted Pet',()=>{returnapi.getPetById({ petId: fixture.id }, requestOptions).then((result)=>{returnexpect(result).to.not.exist; },(err)=>{returnexpect(err).to.exist; }); }); 开发者ID:GriffinSchneider,项目名称:swagger-codegen,代码行...