Hi,

Can I add a pattern test to the wish list?  One which ensures resources (db
connections, files etc) are properly closed in a finally block.  This would
be most useful!

If I learn about AspectJ and write one I'll let you all know.

     Mike






"Vincent Massol" <[EMAIL PROTECTED]> on 15/09/2002 10:55:43

Please respond to "Turbine Maven Users List"
      <[EMAIL PROTECTED]>



To:   <[EMAIL PROTECTED]>
cc:
Subject:  [ANN] New plugin: PatternTesting

Hi,

* PatternTesting (http://patterntesting.sf.net) is a testing framework
that allows to automatically verify that Architecture/Design/Best
practices recommendations are implemented correctly in the code. It uses
AOP and AspectJ to perform this feat.

Release 0.2 changes:

* Reworked the AspectJ extension which is now based on the AspectJ Ajc
Ant task. The AspectJ extension allows to output Ajc compilation results
in XML. More info is available on
http://patterntesting.sourceforge.net/plugins/aspectj/index.html

* Added a Maven plugin which allows you to easily run Pattern Tests
using Maven (http://jakarta.apache.org/turbine/maven). The plugin runs
Ajc on the pattern tests and the code to test and generates HTML reports
of the violations.

* In addition a wish list of Pattern Tests has been started on
http://c2.com/cgi/wiki?PatternTestingWishList. Please feel free to add
your own ideas there.

We have now reached a stage where we have all the needed infrastructure
to massively start adding pattern tests.

Future directions:

* Improve the generated XML from Ajc with more information and group
errors by file.

* Add more pattern tests.

Enjoy!
-Vincent


--
To unsubscribe, e-mail:   <
mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <
mailto:[EMAIL PROTECTED]>







--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to