svg-layout-designer-react/csharp/SVGLDLibs/SVGLDWebAPI
2022-10-19 14:26:14 +02:00
..
Controllers Fix Configuration test and remove UserData test 2022-10-19 14:26:14 +02:00
Properties Merged PR 211: Add csharp classes to SVGLayoutDesigner and add tests 2022-10-10 09:28:47 +00:00
appsettings.Development.json Merged PR 211: Add csharp classes to SVGLayoutDesigner and add tests 2022-10-10 09:28:47 +00:00
appsettings.json Merged PR 211: Add csharp classes to SVGLayoutDesigner and add tests 2022-10-10 09:28:47 +00:00
Program.cs Merged PR 211: Add csharp classes to SVGLayoutDesigner and add tests 2022-10-10 09:28:47 +00:00
README.md Merged PR 211: Add csharp classes to SVGLayoutDesigner and add tests 2022-10-10 09:28:47 +00:00
SVGLDWebAPI.csproj Merged PR 211: Add csharp classes to SVGLayoutDesigner and add tests 2022-10-10 09:28:47 +00:00

SVGLDWebAPI

This project tests the serialization of C# models of SVGLayoutDesigner by creating an entry point for each model.

This project must be used in pair with the api.test.tsx from SVGLayoutDesigner nodejs project.

api.test.tsx will serialize each of its models accordingly to its types and POST to each corresponding entry point.

When a test is succeeding true will be return.

When a test is failing 400 Bad Request will be returned.

This project does not test any logic in the models.