aas-core-works / aas-core3.0-typescript

Manipulate, verify and de/serialize asset administration shells in TypeScript.
Other
1 stars 0 forks source link

Simplify tests for splits in negative test data #29

Closed mristin closed 6 months ago

mristin commented 6 months ago

We propagate the split of negative samples in aas-core3.0-testgen 08d3ec37c into unserializable and invalid negative examples. This makes the generation and future maintenance of the test code easier in this SDK as well, since we now do not have to track the individual negative cases.

In addition, we improve the error messages if the recorded test data is missing to make it clearer for the programmer what needs to be fixed in that case.