lordofthejars / nosql-unit

NoSQL Unit is a JUnit extension that helps you write NoSQL unit tests.
Other
383 stars 123 forks source link

Support for reactive MongoDB driver #189

Open jfcorugedo opened 5 years ago

jfcorugedo commented 5 years ago

Hello!

First of all I want to thank you for this great testing module. I've been using it all over my projects and up to know it's been a good reliable tool.

However now I'm using com.mongodb.reactivestreams.client and this module does not seem to work with it (I no longer have a Mongo instance).

Is there any plan to add support to this driver?

Thanks!

lordofthejars commented 5 years ago

Not for now. But if you have an idea on how to do it, a PR is more than welcome.