Login | Register
My pages Projects Community openCollabNet

Filter Descriptions

We have provided some filters with the plugin, but only with continued developement by you will better filters be created. Information on developing new filters is found here. If you have a filter you would like to contribute to this page, email Kevin(kcheval@mit.edu).
Look here for prioritizer descriptions.
  • Omit Previous Successes
    • Author: Kevin Chevalier
    • This filter does not run any test that passed on the previous run. This cuts down on the number of tests run, in that passing tests will only be run every other time.
  • Most Recent Failures Deleted
    • Author: Kevin Chevalier
    • This filter only runs tests that succeeded the previous run. This was more of a test than anything else, but it makes you feel good to see that green bar.
  • Informed Filter(Ct Only)
    • Author: Kevin Chevalier
    • This filter only runs test that have the form testClassName, where ClassName is the name of a class that has been altered since the last test run. This can only be used with informed or continuous testing. It will malfunction if used with a JUnit manual launch because it is never informed about file changes.