p

patterntesting-check

PatternTesting Check (patterntesting-check) is a quality framework that allows to automatically verify that Architecture/Design recommendations are implemented correctly in the code. It provides different checks of known anti patterns (like using System.out for logging) but provides also a test framework for better testing.
http://patterntesting.sourceforge.net/rt/
The Apache Software License, Version 2.0
Vincent Massol Matt Smith Oliver Boehm
文件下载
文件名 操作
patterntesting-check-0.9.9.pom 下载
Apache Maven
<dependency>
  <groupId>net.sf.patterntesting</groupId>
  <artifactId>patterntesting-check</artifactId>
  <version>0.9.9</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.sf.patterntesting:patterntesting-check:0.9.9'
Gradle Kotlin
implementation("net.sf.patterntesting:patterntesting-check:0.9.9")
Scala SBT
libraryDependencies += "net.sf.patterntesting" % "patterntesting-check" % "0.9.9"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.patterntesting', module='patterntesting-check', version='0.9.9')
)
Apache Ivy
<dependency org="net.sf.patterntesting" name="patterntesting-check" rev="0.9.9" />
Leiningen
[net.sf.patterntesting/patterntesting-check "0.9.9"]
Apache Buildr
'net.sf.patterntesting:patterntesting-check:jar:0.9.9'