Property-based Testing in Java: Jqwik - a JUnit 5 Test Engine
In the previous episode you’ve already seen jqwik in action. One of the interesting aspects of this PBT library is the fact that it’s not a standalone framework but that it hooks into JUnit 5 in order to “inherit” IDE and built-tool support. Jqwik and the JUnit Platform The fifth generation of JUnit does not only come with a modernized approach to write and execute tests, but it is based on the idea of providing a platform for a large spectrum of different test engines . An engine provides two entry points:
评论
?
参与讨论