DEV Community

Discussion on: Side Project Sunday! How's it going?

Collapse
 
bertilmuth profile image
Bertil Muth

Pretty good! I created the first version of a library for Property Based Testing of state machines on the JVM: github.com/bertilmuth/act-pbt.

Property Based Testing is much less known than example based testing, but in my view, very interesting since it covers a lot more cases.