Statistical Unit Tests with ensure4j
As part of another project I am developing ensure4j. The syntax (see the examples here) is working quite nicely, ensure4j is already very useful for internal use.
Lately I was busy adding tests that are able to verify if some code (e.g. an optimizer that uses random, like genetic algorithm, simulated annealing, …) produces the desired [...]
Redesigning JUnit Asserts
After reading about Behaviour Driven Development, using jMock for a while, and since I am very fond of Ruby’s core class APIs, I am sure the assertations of JUnit need a major overhaul.
This are the goals I have for the redesign:
addthis_url = ‘http%3A%2F%2Fmartin.ankerl.com%2F2006%2F08%2F02%2Fredesigning-junit-asserts%2F’;
addthis_title = ‘Redesigning+JUnit+Asserts’;
addthis_pub [...]


