What's coming next?

The following list is arranged according to our current priority, feel free to contact us to ask for help or to let us know how much your build time improved after using Testslicer.

  • java logging
  • support static intializers/initialization blocks on tests
  • support test constructors/construction blocks
  • Maven target
  • TestNG doc
  • Merge results tag doc
  • JSP/Velocity/Freemarker support
  • Option to run full build every nth build.
  • how to detect modified jar files (checksum?)
  • read from subversion log
  • read from cruisecontrol log
  • every nth successfull build, run the entire build
  • if no file was modified but only added/deleted: run full build/run no test at all option
  • try not to affect the tested system by using a custom classloader to load dependencies (xstream, log4j, javassist)
  • better logging (only after the previous item)
  • remote usage doc
  • testslicer precompile tag should not allow src and target dir to be the same
  • cache TestTransformer pattern list as a Map for faster checking whether it should be transformed
  • integration test running
  • work with tearDown and afterclass
  • use xstream/database with relative path to same object for faster loading/saving
  • guarantee that instrumentation goes to the first line in a method
  • support constructors
  • while picking tests should read intersections. while running tests should not load intersections.