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

Changes to come in Ersatz 2 #116

Closed cjstehno closed 4 years ago

cjstehno commented 5 years ago

Version 2 will be written in Java (JDK 11-ish) and will focus on the core functionality. Groovy support will be a separate library that will add groovy helper methods to Java classes. Kotlin support will be a separate library that will add kotlin helper methods to Java classes. JUnit 4 support will be a separate library. JUnit 5 support will be a separate library. A new simple network mocking framework will be added as a separate library. The proxy configuration may be a supplemental library. Web sockets support may be a separate library.

cjstehno commented 4 years ago

Tracking this in the project now.