patterntesting

PatternTesting is a testing framework that allows to automatically verify that Architecture/Design recommendations are implemented correctly in the code. It uses AOP and AspectJ to perform this feat.

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.patterntesting
ArtifactId

ArtifactId

patterntesting
Last Version

Last Version

0.6.1
Release Date

Release Date

Type

Type

jar
Description

Description

patterntesting
PatternTesting is a testing framework that allows to automatically verify that Architecture/Design recommendations are implemented correctly in the code. It uses AOP and AspectJ to perform this feat.
Project URL

Project URL

http://patterntesting.sourceforge.net/
Project Organization

Project Organization

PatternTesting Team
Source Code Management

Source Code Management

http://patterntesting.cvs.sourceforge.net/patterntesting/

Download patterntesting

How to add to project

<!-- https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting/ -->
<dependency>
    <groupId>net.sf.patterntesting</groupId>
    <artifactId>patterntesting</artifactId>
    <version>0.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting/
implementation 'net.sf.patterntesting:patterntesting:0.6.1'
// https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting/
implementation ("net.sf.patterntesting:patterntesting:0.6.1")
'net.sf.patterntesting:patterntesting:jar:0.6.1'
<dependency org="net.sf.patterntesting" name="patterntesting" rev="0.6.1">
  <artifact name="patterntesting" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.patterntesting', module='patterntesting', version='0.6.1')
)
libraryDependencies += "net.sf.patterntesting" % "patterntesting" % "0.6.1"
[net.sf.patterntesting/patterntesting "0.6.1"]

Dependencies

compile (7)

Group / Artifact Type Version
ant : ant jar 1.6.5
org.aspectj : aspectjrt jar 1.6.1
org.aspectj : aspectjtools jar 1.6.1
avalon-framework : avalon-framework jar 4.1.5
commons-io : commons-io jar 1.4
commons-lang : commons-lang jar 2.3
commons-logging : commons-logging jar [1.1,)

test (1)

Group / Artifact Type Version
log4j : log4j jar 1.2.14

Project Modules

There are no modules declared in this project.

Versions

Version
0.6.1
0.6.0
0.5.1
0.5.0