Mocha in Java using bytecode manipulation
My former colleague and bytecode maestro Stacy Curl has an interesting article explaining how it would be possible to implement Mocha in Java using experience from his PicoUnit project.
It’s good to be reminded that meta-programming is possible in Java, but just a bit more effort.