License |
License |
---|---|
GroupId | GroupIdorg.patterntesting |
ArtifactId | ArtifactIdpatterntesting-check-ct |
Version | Version2.1.0 |
Type | Typejar |
Description |
Descriptionpatterntesting-check-ct
PatternTesting Check.CT (patterntesting-check-ct) 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.
The checks are done during compile time (this is the "CT" in Check.CT").
|
Project URL |
Project URL |
Project Organization |
Project Organization |
<!-- https://jarcasting.com/artifacts/org.patterntesting/patterntesting-check-ct/ -->
<dependency>
<groupId>org.patterntesting</groupId>
<artifactId>patterntesting-check-ct</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.patterntesting/patterntesting-check-ct/
implementation 'org.patterntesting:patterntesting-check-ct:2.1.0'
// https://jarcasting.com/artifacts/org.patterntesting/patterntesting-check-ct/
implementation ("org.patterntesting:patterntesting-check-ct:2.1.0")
'org.patterntesting:patterntesting-check-ct:jar:2.1.0'
<dependency org="org.patterntesting" name="patterntesting-check-ct" rev="2.1.0">
<artifact name="patterntesting-check-ct" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.patterntesting', module='patterntesting-check-ct', version='2.1.0')
)
libraryDependencies += "org.patterntesting" % "patterntesting-check-ct" % "2.1.0"
[org.patterntesting/patterntesting-check-ct "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.patterntesting : patterntesting-rt | jar | 2.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.6.0 |
Group / Artifact | Type | Version |
---|---|---|
org.patterntesting : patterntesting-tools | jar | 2.1.0 |
xmlunit : xmlunit | jar | 1.6 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.0 |
org.hamcrest : hamcrest-library | jar | 2.2 |