|
Project Information
Links
|
Short description:In a nutshell TestedBy aims at changing the point of view regarding test classes and classes under test. What we get is the focus being moved to the classes under test; from those classes, which of course are the most important ones of your projects, we obtain links to your test classes and test methods. In other words we define the classes and methods' contract using tests, while also keeping track of tests that need to be run when a class/method under test has been modified. This is possible by collecting metadata sets that represent links between classes under test and test classes (and eventually more fine grained links between methods) and using them for a lot of purposes. Metadata can be collected from different sources: annotations on classes under test, instrumentation of test classes during tests' execution (in future perhaps even from a dedicated user interface). These metadata can be used for various goals: first of all it becomes possible to run only the tests that stress just a particular set of classes (for instance the classes changed since last compilation), moreover a graphical representation of classes' links can be derived. We have a Maven plugin, while Eclipse and Hudson ones are in our roadmap. Further cool idea around this is supporting generic tests to inject on existing production code (to verify commonly situation like don't accept null parameters) and mock verification (are your mocks respecting the contract you have defined on mocked classes with your tests?) Road MapHere you have our RoadMap with some link to better details feature listed here. We are very busy people and so we have put very prudent dates for releases...of course we are hoping to deliver releases in shorter time. First ReleaseWhat:
Second releeaseWhat:
Third releaseWhat:
Other releasesWhat:
Help neededWe need help in all areas. The most wanted contribution is in the core (mocking validation, generic tests injection), ant runner and MOST wanted of all eclipse plugin development! Would you join us? Join our mailing lists and let us know. A mind map depicting ideas we are working onIf you would an explanation of what you are saying in this mind map please refer to IdeasDescription
|