JUnit Articles
If the tests are supposed to act as documentation, one should create a documentation test.
I’m taking a peek at Monento, and trying to see the project organization, when everything is dumped into a single directory. A certian library pops out at me. The one used to select clusters for mutation. I’d like to record how this works, and a special JUnit test might be the right sort of documenation.
At first, it seems that you’d want to do some sort of literate programming, but I’m leaning toward to simply publishing test, as is. Source cross reference would help.