My favorites | Sign in
Project Logo
Project hosting will be READ-ONLY Wednesday at 8am PST due to brief network maintenance.
                

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 Map

Here 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 Release

When: end of 2009

What:

  1. Core with all metadata collected
  2. Metadata collection from annotations
  3. Metadata collection by instrumenting test classes
  4. maven plugin to run right tests (only tests stressing classes recently changed/compile)
  5. Metadata graphical (html) representation
  6. Metadata on interfaces and more general on an hierarchy of classes to define hierarchical contracts on classes and methods.
  7. support of Junit tests

Second releease

When:1st half 2010

What:

  1. Mock validation to verify if they adhere to contract defined by tests on mocked classes. We are planning to support Mockito in this release
  2. ant runner
  3. eclipse plugin with first features (at least test navigation from classes under test and tests' run on save of classes under test)
  4. Very first support of generic test injection

Third release

When:2nd half 2010

What:

  1. Expand mocking frameworks support
  2. Support of TestNG tests
  3. new feature for eclòipse plugin (collection of metadata with dedicated user interface, graphical representation of tests)
  4. More support of tests injection.

Other releases

When: future

What:

  1. Support of different testing frameworks
  2. Support of different mocking frameworks
  3. Support of different language for jvm both for generic tests injection than for test and classes under tests
  4. Much more cool feature you will suggest us

Help needed

We 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 on

If you would an explanation of what you are saying in this mind map please refer to IdeasDescription









Hosted by Google Code