I\'d like to have it yell hooray whenever an assert statement succeeds, or at the very least have it display the number of successful assert statements that were encountered
Can you consider ?
1) download junit source 2) to modify the class org.junit.Assert to do whatever modifications you're looking for