jboss-fuse / wsdl2rest

A tool allowing quick migration from existing JAX-WS services to REST
Apache License 2.0
26 stars 22 forks source link

Automated test coverage for blueprint use case #51

Closed tdiesler closed 1 year ago

tdiesler commented 6 years ago

Currently, the tool generates the blueprint descriptors from a template, similar to the spring descriptors. The generated spring descriptors are automatically verified in associated test cases. The generated blueprint descriptors have no test coverage yet.

This would require the use of Karaf in these test modules.

Relates to #18

tdiesler commented 1 year ago

out-of-date