All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download org.patterntesting JAR files with all dependencies

Search JAR files by class name

patterntesting-samples from group org.patterntesting (version 2.4.0)

PatternTesting Samples (patterntesting-samples) is a collection of samples how to use the PatternTesting framework. It uses patterntesting-rt, patterntesting-check, patterntesting-concurrent and patterntesting-exception to give you some ideas how to use it.

Group: org.patterntesting Artifact: patterntesting-samples
Show all versions Show documentation Show source 
 

0 downloads
Artifact patterntesting-samples
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL http://patterntesting.org/${project.version}/samples
License not specified
Dependencies amount 15
Dependencies patterntesting-rt, patterntesting-check-ct, patterntesting-check-rt, patterntesting-concurrent, patterntesting-exception, jamon, jetty-embedded, jasper-compiler, jasper-runtime, jsp-api, core, ant, hsqldb, commons-el, httpclient,
There are maybe transitive dependencies!

patterntesting-compat from group org.patterntesting (version 2.4.0)

Home of old and outdated classes.

Group: org.patterntesting Artifact: patterntesting-compat
Show all versions Show documentation Show source 
 

0 downloads
Artifact patterntesting-compat
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies patterntesting-rt, patterntesting-tools, patterntesting-concurrent, junit,
There are maybe transitive dependencies!

patterntesting-tools from group org.patterntesting (version 2.4.0)

PatternTesting Tools (patterntesting-tools) is the container for tools around PatternTesting like the Ant extensions and Maven plugin.

Group: org.patterntesting Artifact: patterntesting-tools
Show all versions Show documentation Show source 
 

1 downloads
Artifact patterntesting-tools
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL http://patterntesting.org/release/tools/
License The Apache Software License, Version 2.0
Dependencies amount 13
Dependencies patterntesting-rt, ant, commons-io, aspectj-maven-plugin, maven-core, maven-compat, plexus-utils, plexus-component-annotations, maven-artifact, aether-api, aether-impl, maven-aether-provider, log4j-1.2-api,
There are maybe transitive dependencies!

patterntesting-libs from group org.patterntesting (version 2.4.0)

PatternTesting Libs (patterntesting-libs) simplifies the use of the PatternTesting libs by collecting them into one big jar file.

Group: org.patterntesting Artifact: patterntesting-libs
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact patterntesting-libs
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL http://patterntesting.org/release/libs/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies patterntesting-rt,
There are maybe transitive dependencies!

patterntesting-exception from group org.patterntesting (version 2.4.0)

PatternTesting Exception (patterntesting-exception) is a framework round about exceptions. It wraps some common exception (like IOException) to provide some more information as the original exception (e.g. the filename with the absolute pathname). On the other it allows you to provoke exceptions for better testing.

Group: org.patterntesting Artifact: patterntesting-exception
Show all versions Show documentation Show source 
 

0 downloads
Artifact patterntesting-exception
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL http://patterntesting.org/release/exception/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies patterntesting-rt,
There are maybe transitive dependencies!

patterntesting-concurrent from group org.patterntesting (version 2.4.0)

PatternTesting Concurrent (patterntesting-concurrent) is a collection of useful thread aspects. It has support for testing, for sychnronization and for concurrent programming. Some of the ideas used in this library comes from reading Brian Goetz's book "Java Concurrency in Practice".

Group: org.patterntesting Artifact: patterntesting-concurrent
Show all versions Show documentation Show source 
 

0 downloads
Artifact patterntesting-concurrent
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL http://patterntesting.org/release/concurrent/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

patterntesting-check-rt from group org.patterntesting (version 2.4.0)

PatternTesting Check.RT (patterntesting-check-rt) provides different runtime checks of known anti patterns (like using null values as arguments or return values) but provides also a test framework for better testing.

Group: org.patterntesting Artifact: patterntesting-check-rt
Show all versions Show documentation Show source 
 

1 downloads
Artifact patterntesting-check-rt
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL http://patterntesting.org/release/check/rt/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies patterntesting-rt,
There are maybe transitive dependencies!

patterntesting-check-ct from group org.patterntesting (version 2.4.0)

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").

Group: org.patterntesting Artifact: patterntesting-check-ct
Show all versions Show documentation Show source 
 

0 downloads
Artifact patterntesting-check-ct
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL http://patterntesting.org/release/check/ct/
License not specified
Dependencies amount 1
Dependencies patterntesting-rt,
There are maybe transitive dependencies!

patterntesting-check from group org.patterntesting (version 2.4.0)

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.

Group: org.patterntesting Artifact: patterntesting-check
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact patterntesting-check
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL http://patterntesting.org/release/check/
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

patterntesting-rt from group org.patterntesting (version 2.4.0)

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.

Group: org.patterntesting Artifact: patterntesting-rt
Show all versions Show documentation Show source 
 

8 downloads
Artifact patterntesting-rt
Group org.patterntesting
Version 2.4.0
Last update 03. February 2024
Organization not specified
URL http://patterntesting.org/release/runtime/
License The Apache Software License, Version 2.0
Dependencies amount 6
Dependencies aspectjrt, commons-lang3, jsr305, clazzfish-jdbc, validation-api, slf4j-api,
There are maybe transitive dependencies!



Page 1 from 2 (items total 13)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy