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

Download JAR files tagged by testng with all dependencies

Search JAR files by class name

jmockit from group com.googlecode.jmockit (version 1.7)

JMockit is a Java toolkit for developer (unit/integration) testing. It contains mocking APIs and other tools, supporting both JUnit and TestNG. The mocking APIs allow all kinds of Java code, without testability restrictions, to be tested in isolation from selected dependencies.

Group: com.googlecode.jmockit Artifact: jmockit
Show all versions Show documentation Show source 
 

28 downloads
Artifact jmockit
Group com.googlecode.jmockit
Version 1.7
Last update 09. March 2014
Organization not specified
URL http://code.google.com/p/jmockit
License MIT LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

vmock from group com.googlecode.vmock (version 1.1.1)

VMock is a Java mocking library with ability to mock method and constructor calls without the need to create mock objects. It uses AspectJ under the hood and should be used along with unit testing frameworks such as JUnit or TestNG.

Group: com.googlecode.vmock Artifact: vmock
Show all versions Show documentation Show source 
 

0 downloads
Artifact vmock
Group com.googlecode.vmock
Version 1.1.1
Last update 09. November 2013
Organization not specified
URL https://vmock.googlecode.com
License New BSD License
Dependencies amount 7
Dependencies aspectjrt, commons-lang, commons-collections, cglib, asm, asm-util, objenesis,
There are maybe transitive dependencies!

chronos-surefire-maven-plugin from group org.codehaus.mojo (version 1.1.0)

This plugin enables you to track and the executiontimes of a selection of Your unittests (JUnit or TestNG). One usage is to regard some of your automatic testcases as performancetests, tracking their executiontimes. Another usage is simply to monitor Your automatic tests to discover reasons for slow build times.

Group: org.codehaus.mojo Artifact: chronos-surefire-maven-plugin
Show documentation Show source 
 

0 downloads
Artifact chronos-surefire-maven-plugin
Group org.codehaus.mojo
Version 1.1.0
Last update 23. August 2012
Organization not specified
URL http://maven.apache.org
License not specified
Dependencies amount 11
Dependencies maven-plugin-api, junit, derby, jdom, hibernate-entitymanager, jboss-logging, slf4j-api, jul-to-slf4j, slf4j-nop, maven-project, commons-math,
There are maybe transitive dependencies!

mockit from group mockit (version 0.999.4)

JMockit is a Java toolkit for developer (unit/integration) testing. It contains mocking APIs and other tools, supporting both JUnit and TestNG. The mocking APIs allow all kinds of Java code, without testability restrictions, to be tested in isolation from selected dependencies.

Group: mockit Artifact: mockit
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact mockit
Group mockit
Version 0.999.4
Last update 01. August 2011
Organization not specified
URL http://code.google.com/p/jmockit/
License MIT LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jmockit-coverage from group mockit (version 0.999.4)

Group: mockit Artifact: jmockit-coverage
Show all versions 
 

4 downloads
Artifact jmockit-coverage
Group mockit
Version 0.999.4
Last update 05. December 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies jmockit,
There are maybe transitive dependencies!

jmockit from group mockit (version 0.999.4)

Group: mockit Artifact: jmockit
Show all versions Show source 
 

11 downloads
Artifact jmockit
Group mockit
Version 0.999.4
Last update 05. December 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

dspace-jmockit from group org.dspace.dependencies.jmockit (version 0.999.4)

JMockit is a Java toolkit for developer (unit/integration) testing. It contains mocking APIs and other tools, supporting both JUnit and TestNG. The mocking APIs allow all kinds of Java code, without testability restrictions, to be tested in isolation from selected dependencies.

Group: org.dspace.dependencies.jmockit Artifact: dspace-jmockit
Show all versions Show documentation Show source 
 

0 downloads
Artifact dspace-jmockit
Group org.dspace.dependencies.jmockit
Version 0.999.4
Last update 10. November 2010
Organization not specified
URL http://code.google.com/p/jmockit/
License MIT LICENSE
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

pojomatic-test-utils from group org.pojomatic (version 1.0)

Utilities to help with writing tests for, or using, classes which use Pojomatic. This library includes classes with JUnit and TestNG style assertEquals methods which include differences (via Pojomatic.diff(Object, Object)) in the error message if the assertion fails.

Group: org.pojomatic Artifact: pojomatic-test-utils
Show all versions Show documentation Show source 
 

0 downloads
Artifact pojomatic-test-utils
Group org.pojomatic
Version 1.0
Last update 25. April 2010
Organization not specified
URL Not specified
License not specified
Dependencies amount 1
Dependencies pojomatic,
There are maybe transitive dependencies!

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!

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!



Page 37 from 38 (items total 378)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy