Webversion NLJUG Newsletter We hope you enjoyed the recent J-Spring event as much as we …
Read More »Pitest: Do You Test Your Tests?
What is Pitest? Pitest is a library that helps us do mutation testing. Mutation testing is a process in which random variations of the code under test are generated. Hence, our tests will run against variants of the code that we’re intending to test. If the test fails, the mutation is killed, if it still passes it lives. So in …
Read More »