License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.patterntesting |
ArtifactId | ArtifactIdpatterntesting-rt |
Last Version | Last Version0.9.9 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionpatterntesting-rt
PatternTesting Runtime (patterntesting-rt) is the runtime component for
the PatternTesting framework. It provides the annotations and base classes
for the PatternTesting testing framework (e.g. patterntesting-check,
patterntesting-concurrent or patterntesting-exception) but can be also
used standalone for classpath monitoring or profiling.
It uses AOP and AspectJ to perform this feat.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
patterntesting-rt-0.9.9.pom | |
patterntesting-rt-0.9.9.jar | 153 KB |
patterntesting-rt-0.9.9-sources.jar | 130 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting-rt/ -->
<dependency>
<groupId>net.sf.patterntesting</groupId>
<artifactId>patterntesting-rt</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting-rt/
implementation 'net.sf.patterntesting:patterntesting-rt:0.9.9'
// https://jarcasting.com/artifacts/net.sf.patterntesting/patterntesting-rt/
implementation ("net.sf.patterntesting:patterntesting-rt:0.9.9")
'net.sf.patterntesting:patterntesting-rt:jar:0.9.9'
<dependency org="net.sf.patterntesting" name="patterntesting-rt" rev="0.9.9">
<artifact name="patterntesting-rt" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.patterntesting', module='patterntesting-rt', version='0.9.9')
)
libraryDependencies += "net.sf.patterntesting" % "patterntesting-rt" % "0.9.9"
[net.sf.patterntesting/patterntesting-rt "0.9.9"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 1.4 |
org.aspectj : aspectjrt | jar | 1.6.5 |
commons-lang : commons-lang | jar | [2.3,] |
commons-logging : commons-logging | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
com.jamonapi : jamon | jar | 2.4 |
log4j : log4j | jar | 1.2.15 |