TestedBy

What about an annotation to mark classes and method under test with a reference to test classes and methods? Not bad, isn’t it?

My thoughts starts more or less from here, but there is much more than an annotation. I’ve loved so much this idea that I decide to start a new open source project providing testing tools putting class under test at the centre.

In a nutshell TestedBy aims to change the point of view regarding test classes and classes under test. What we would obtain is to put class under test (the most important classes of projects) on the centre and link from there test classes and methods.

For a complete discussion of this new approach to unit test have a look to this blog post.

Take a look to examples to have a look to few code snippets which would get you an idea about.

Have a look also to features pages.