Merged PR 211: Add csharp classes to SVGLayoutDesigner and add tests
This commit is contained in:
parent
24e47ae240
commit
f74af69291
40 changed files with 1346 additions and 13 deletions
15
csharp/SVGLDLibs/SVGLDWebAPI/README.md
Normal file
15
csharp/SVGLDLibs/SVGLDWebAPI/README.md
Normal file
|
@ -0,0 +1,15 @@
|
|||
# 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.
|
Loading…
Add table
Add a link
Reference in a new issue