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

Download JAR files tagged by test with all dependencies

Search JAR files by class name

ctrl4testng from group io.github.mfulton26.ctrl4testng (version 1.1)

CTRL4TestNG provides an SLF4J Logger that can be used from any TestNG method tied to an ITestResult, namely Before, After, and Test annotations. Each separate method will have its own unique Logger and can be used with TestNG's parallel testing support making it clear which logs came from which method even when data-driven.

Group: io.github.mfulton26.ctrl4testng Artifact: ctrl4testng
Show all versions Show documentation Show source 
 

1 downloads
Artifact ctrl4testng
Group io.github.mfulton26.ctrl4testng
Version 1.1
Last update 10. February 2015
Organization not specified
URL https://mfulton26.github.io/ctrl4testng/
License The Apache Software License, Version 2.0
Dependencies amount 3
Dependencies slf4j-api, testng, guava,
There are maybe transitive dependencies!

maven-duplicate-finder-plugin from group com.ning.maven.plugins (version 1.0.9)

The maven-duplicate-class-finder-plugin is a plugin that will search for classes with the same name, as well as resources with the same path, in the classpaths of a maven project. More specifically, it will check the compile, runtime, and test classpaths for * Classes with the same qualified name in the current project and all dependencies relevant for that classpath * Files that are not class files, with the same resource path (i.e. as if it would be accessed via the classloader) in the current project and all dependencies relevant for that (Note that at the moment, the plugin does not check if the files are actually the same or not, it only looks for the same file/class name.)

Group: com.ning.maven.plugins Artifact: maven-duplicate-finder-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact maven-duplicate-finder-plugin
Group com.ning.maven.plugins
Version 1.0.9
Last update 27. September 2014
Organization not specified
URL https://github.com/ning/maven-duplicate-finder-plugin
License Apache License 2.0
Dependencies amount 9
Dependencies maven-plugin-api, maven-project, maven-model, maven-artifact, commons-lang, commons-io, commons-codec, slf4j-api, maven-plugin-log4j,
There are maybe transitive dependencies!

fitnesse-launcher-maven-plugin from group uk.co.javahelp.fitnesse (version 1.4.2)

Group: uk.co.javahelp.fitnesse Artifact: fitnesse-launcher-maven-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact fitnesse-launcher-maven-plugin
Group uk.co.javahelp.fitnesse
Version 1.4.2
Last update 10. August 2014
Organization not specified
URL Not specified
License not specified
Dependencies amount 9
Dependencies maven-plugin-api, maven-compat, maven-dependency-plugin, maven-failsafe-plugin, fitnesse, mojo-executor, maven-clean-plugin, maven-antrun-plugin, maven-reporting-impl,
There are maybe transitive dependencies!

fitnesse-launcher-parent from group uk.co.javahelp.fitnesse (version 1.4.2)

Provides ability to launch FitNesse as a wiki server, or automatically run FitNesse tests as part of a standard integration-test / verify build. Allows configuration of FitNesse's classpath through plugin dependencies, and injects all Maven project properties as FitNesse variables, ( which can be overridden from the command line using '-D' ).

Group: uk.co.javahelp.fitnesse Artifact: fitnesse-launcher-parent
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact fitnesse-launcher-parent
Group uk.co.javahelp.fitnesse
Version 1.4.2
Last update 10. August 2014
Organization not specified
URL http://code.google.com/p/fitnesse-launcher-maven-plugin
License Apache License version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

java8-quickstart-archetype from group pl.org.miki (version 1.0.0)

Basic Java 8 archetype. Options: -testLibrary: [junit, testng, none]. DEFAULT: junit. Adds the requested test library to the POM deps. -compilerMode: [simple, test-only, retrolambda-main, retrolambda-all]. DEFAULT: simple. --simple: everything is compiled as Java 8. --test-only: set up test for Java 8, and main for Java 7. --retrolambda-main: main code is compiled as Java 8, and then converted to Java 7 via retrolambda. --retrolambda-all: all code is compiled as Java 8, and then converted to Java 7 via retrolambda. NOTE: Retrolambda support provided "as is" - if you have any problems, please file a ticket on the GitHub page!

Group: pl.org.miki Artifact: java8-quickstart-archetype
Show documentation Show source 
 

0 downloads
Artifact java8-quickstart-archetype
Group pl.org.miki
Version 1.0.0
Last update 21. July 2014
Organization not specified
URL https://github.com/mikkoz/java8-quickstart-archetype
License BSD 3-clause "New" or "Revised" License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

sigtestdev from group net.java.sigtest (version 3.0-b12-v20140219)

The SigTest open source project is a collection of tools based on Oracle's commercial SigTest tools product. The SigTest tools can be used to compare APIs and to measure the test coverage of an API. Warning: this is an unofficial build of the open source SigTest tool made specifically for the Maven central repository by Alexey Gavrilov (mailto: [email protected]).

Group: net.java.sigtest Artifact: sigtestdev
Show documentation Show source 
 

5 downloads
Artifact sigtestdev
Group net.java.sigtest
Version 3.0-b12-v20140219
Last update 21. February 2014
Organization not specified
URL https://sigtest.java.net
License GNU General Public License, version 2, with the Classpath Exception
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

tests from group org.apache.qpid (version 0.4)

The Proton system tests execute against either the Java or the C implementations, based on the chosen profile. To execute, run either "mvn test -P proton-j" or "mvn test -P proton-jni". To reduce the set of Python tests run, set system property proton.pythontest.pattern, for example: mvn test -Dproton.pythontest.pattern='proton_tests.transport.TransportTest.*' The proton-jni profile looks for the JNI jar and native libraries under directory <basedir>/build/proton-c. To override this, run Maven like so: "mvn test -P proton-jni -Dproton-c-build-dir=/path/to/build/dir".

Group: org.apache.qpid Artifact: tests
Show source 
 

0 downloads
Artifact tests
Group org.apache.qpid
Version 0.4
Last update 21. February 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies proton-api,
There are maybe transitive dependencies!

foxlabs-validation from group org.foxlabs (version 1.0)

Java Validation Framework (not a JSR-303 implementation). This framework allows to modify (correct) test values; supports validation of localized values; allows to convert values into and from text representation; formats error messages, depending on the context; supports metadata, which allows to check any entity types (not only Java Beans or POJOs) and more. Also this framework has long list of predefined validation components.

Group: org.foxlabs Artifact: foxlabs-validation
Show documentation Show source 
 

0 downloads
Artifact foxlabs-validation
Group org.foxlabs
Version 1.0
Last update 28. November 2012
Organization FoxLabs
URL http://foxlabs.org/p/validation/1.0/
License The Apache Software License, Version 2.0
Dependencies amount 1
Dependencies foxlabs-common,
There are maybe transitive dependencies!

hyperPipes from group nz.ac.waikato.cms.weka (version 1.0.2)

Class implementing a HyperPipe classifier. For each category a HyperPipe is constructed that contains all points of that category (essentially records the attribute bounds observed for each category). Test instances are classified according to the category that "most contains the instance". Does not handle numeric class, or missing values in test cases. Extremely simple algorithm, but has the advantage of being extremely fast, and works quite well when you have "smegloads" of attributes.

Group: nz.ac.waikato.cms.weka Artifact: hyperPipes
Show all versions Show documentation Show source 
 

1 downloads
Artifact hyperPipes
Group nz.ac.waikato.cms.weka
Version 1.0.2
Last update 26. April 2012
Organization University of Waikato, Hamilton, NZ
URL http://weka.sourceforge.net/doc.packages/hyperPipes
License GNU General Public License 3
Dependencies amount 1
Dependencies weka-dev,
There are maybe transitive dependencies!

accessive from group com.j2speed (version 1.1.1)

Sometimes we sacrifice encapsulation just to let us access a method or field of an object from its unit tests. This framework uses reflection and dynamic proxies to access private portion of your objects, allowing you to keep them strongly encapsulated and still be able to test their internals using the provided accessors.

Group: com.j2speed Artifact: accessive
Show documentation Show source 
 

1 downloads
Artifact accessive
Group com.j2speed
Version 1.1.1
Last update 24. September 2011
Organization not specified
URL http://code.google.com/p/accessive/
License The Apache Software License, Version 2.0
Dependencies amount 2
Dependencies jsr305, annotations,
There are maybe transitive dependencies!



Page 999 from 1022 (items total 10220)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy