Sunday, 14. December 2008
Hello World with PatternTesting 0.8.0
Logo for PatternTestingLast week PatternTesting 0.8.0 was delivered. The main difference to PatternTesting 0.6.x is a split into several subprojects.

For the Hello-World-Example described in October you have to add now two jar files:
  • patterntesting-check-0.8.0.jar
  • patterntesting-rt-0.8.0.jar (for @SystemOutNeeded)
You can download the files from sourceforge. If you use Maven add the following lines into your pom.xml:
<dependency>
  <groupId>net.sf.patterntesting</groupId>
  <artifactId>patterntesting-check</artifactId>
  <version>0.8.0</version>
</dependency>

Happy Patterntesting...

... link (0 Kommentare)   ... comment