public
Description: java test runner for autotest
Homepage:
Clone URL: git://github.com/darrinholst/autotest-java.git
name age message
file .document Mon Aug 10 05:19:05 -0700 2009 Initial commit to autotest-java. [darrinholst]
file .gitignore Mon Aug 10 05:19:05 -0700 2009 Initial commit to autotest-java. [darrinholst]
file LICENSE Mon Aug 10 05:19:05 -0700 2009 Initial commit to autotest-java. [darrinholst]
file README.textile Mon Aug 10 09:16:02 -0700 2009 readme [darrinholst]
file Rakefile Mon Aug 10 05:19:05 -0700 2009 Initial commit to autotest-java. [darrinholst]
file VERSION Mon Aug 10 06:40:50 -0700 2009 Version bump to 0.0.2 [darrinholst]
file autotest-java.gemspec Mon Aug 10 06:53:45 -0700 2009 remove duplicated method [darrinholst]
directory lib/ Mon Aug 10 06:53:45 -0700 2009 remove duplicated method [darrinholst]
directory test/ Mon Aug 10 05:19:05 -0700 2009 Initial commit to autotest-java. [darrinholst]
README.textile

autotest-java

Adds the ability to run java tests with autotest.

Installation

  sudo gem install ZenTest
  sudo gem install autotest-java

Usage

  cd /my-java-project
  autotest

Temporary Limitations

  • only works with single maven projects
  • only looks for .class files in target, i.e. you need something else to compile like your ide
  • only works with junit tests
  • only tested with junit 4.5

Copyright

Copyright © 2009 Darrin Holst. See LICENSE for details.