Java tool to modify test code

I recently read a French blog post about some kind of Java tool that modifies unit test code (like inverting conditions, etc.) to verify that tests fail quickly.

My problem is that I just can't remember the name right now. Does anyone know this?

+5
source share
2 answers

It may be the Jumble you are thinking of.

+3
source

Jester also matches the description — other than that (just like Jumble), it modifies the test code, not the test code.

+4
source

All Articles