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

Look into removing the hamcrest dependency #139

Closed cjstehno closed 2 years ago

cjstehno commented 2 years ago

Remove the hamcrest dependency and replace it with a simple matching framework more customized to what I need - see the matcher-prototype branch where I played with the idea but got too deep in the weeds to put it into v3.

cjstehno commented 2 years ago

I think keeping something more standard in place is probably a better idea - the usage of it is much cleaner now.