Property-based testing 4 JUnit

Linas Naginionis
soundvibe
Published in
1 min readMar 7, 2016

Just wanted to share that I’ve decided to publish my new JUnit test runner which allows to do property-based testing. I’ve wrote it a few days ago and it looks quite promising.

One of it’s unique features is the ability to provide custom test data using JavaScript Nashorn’s engine. This gives huge flexibility, you can even create your Java classes in test annotations.

I’ll try to blog about pbt4j more in the future.

Code is available on the github.

--

--