Piotr Gabryanczyk’s Blog

Java, Refactoring, AOP, Spring, DDD, TDD, etc.

  • Blogroll

    • I have joined Anti-IF Campaign

Infinitest and IntelliJ

Posted by Piotr Gabryanczyk on April 2, 2008

Infinitest is a very interesting tool for continuous testing. I am looking forward for IntelliJ plugin.

In the mean time
Here is how you can run it in IntelliJ now:

  1. Run your tests as usual from IntelliJ
  2. Go to console window and copy -classpath x;y;z…
  3. Create application run configuration for class org.infinitest.Infinitest as usual and add the copied string to VM parameters field.
  4. Run newly created configuration

Enjoy!

Leave a Reply

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>