How to use deequ in Java
I wonder if there is a simple quick start example for the usage of deequ in Java? I see that there are great examples for Scala, but a minimal introduction to Java usage would be great.
You should be able to import and use the Scala classes like you would normal Java classes. Here is a general introduction: blog post link. Do you have a specific question?
@twollnik I'd like to know how should I pass the Seq<Constrain>, and to understand how to run the tests in a Java platform (JUnit for example). The most basic example of a runnable test would be very helpful.
Hi there, I left the maintaining team and I am really swamped with other things right now. @dustin-lange @tdhd @TammoR Could one of you please take a look?