cjstehno / ersatz

🤖 A simulated HTTP server for testing client code with configurable responses.
https://cjstehno.github.io/ersatz
Apache License 2.0
47 stars 5 forks source link

Create JUnit 5 Extension #98

Closed cjstehno closed 5 years ago

cjstehno commented 6 years ago

JUnit 5 does not use the same rule structure. It would be nice to support both JUnit 4 and 5 style of rules - maybe these should be small sibling projects rather than part of the main project.

cjstehno commented 5 years ago

This will be a separate project/artifact from the core. It's not a big deal to create, but I have no use for it right now. If you are interested in this support, please give this issue a thumbs up or a comment and I will fast-track it into a pre-2.0 release.