15 lines
No EOL
504 B
Markdown
15 lines
No EOL
504 B
Markdown
# 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. |