Sunday, 14. December 2008
Hello World with PatternTesting 0.8.0
javatux, 17:59h
Last 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:
Happy Patterntesting...
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)
<dependency> <groupId>net.sf.patterntesting</groupId> <artifactId>patterntesting-check</artifactId> <version>0.8.0</version> </dependency>
Happy Patterntesting...
... comment