quicktheories / QuickTheories

Property based testing for Java 8
Apache License 2.0
505 stars 51 forks source link

Support multithreading? #71

Open yanglu0106 opened 4 years ago

yanglu0106 commented 4 years ago

I have a use case to test a large range of data, and it's taking several hours to complete the test. Is there any way to support the test to run concurrently?