geeklearningio / gl-swagger-generator

Jane - An OpenAPI Specification (formerly Swagger) Client Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mocks support

sandorfr opened this issue · comments

Features :

  • Timeout
  • Status and Response provided par swagger
  • Custom status and response

Originally mock were based on example provided in the swagger schema. But we noticed that they are rarely present nor up to date. So this is not a reliable and usefull way to provide mocks. We should instead focus on easing the use of well use mock libraries such as Moq for csharp.