lumeohq / xsd-parser-rs

A xsd/wsdl => rust code generator written in rust
Apache License 2.0
96 stars 34 forks source link

Add generated code compilation tests #36

Closed DmitrySamoylov closed 4 years ago

DmitrySamoylov commented 4 years ago

As a developer I want to be able to easily tell if generated code compiles or not. To accomplish this we need to find a way to write tests receiving xsd as input and verifying that generated code compiles and has expected structure (probably disregarding whitespaces).