Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 650 Bytes

File metadata and controls

11 lines (6 loc) · 650 Bytes

SwaggerTestGenerator

File SwaggerTestGenerator/HK_internship/Generate.cs has the code which is responsible for generating code by reading the recorded requests

File SwaggerTestGenerator/HK_internship/Proxy.cs is the proxy which is running and which records the requests and reads the swagger.json of the api which will be used by GEnerate.cs

File SwaggerTestGenerator/HK_internship/Parameters.cs has some user defined classes which are used to map records to swagger operations.

File SwaggerTestGenerator/HK_internship/Generates.json has some recorded requests.

File SwaggerTestGenerator/HK_internship/generatedCode.cs has the generated code.