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

Download JAR files tagged by mocking with all dependencies

Search JAR files by class name

jmockring-spi from group org.jmockring (version 0.7.0)

Service providers for jmockring: * Include this as dependency to activate dynamic providers discovery, * Currently used for: 1) Choosing mocking provider based on available providers on project classpath 2) Creating and injecting HTTP clients in test classes

Group: org.jmockring Artifact: jmockring-spi
Show all versions Show documentation Show source 
 

0 downloads
Artifact jmockring-spi
Group org.jmockring
Version 0.7.0
Last update 13. March 2017
Organization not specified
URL Not specified
License not specified
Dependencies amount 4
Dependencies jmockring-core, rest-assured, junit-dep, hamcrest-junit,
There are maybe transitive dependencies!

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!

spi-providers from group org.jmockring (version 0.5.6)

Service providers for jmockring: * Include this as dependency to activate dynamic providers discovery, * Currently used for: 1) Choosing mocking provider based on available providers on project classpath 2) Creating and injecting HTTP clients in test classes

Group: org.jmockring Artifact: spi-providers
Show all versions Show documentation Show source 
 

0 downloads
Artifact spi-providers
Group org.jmockring
Version 0.5.6
Last update 20. November 2013
Organization not specified
URL Not specified
License not specified
Dependencies amount 5
Dependencies jmockring, rest-assured, resteasy-jaxrs, junit-dep, hamcrest-core,
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!

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!

unit-sim from group io.violabs.geordi (version 1.0.6)

Geordi Test Framework is a Kotlin-based testing framework integrating with JUnit 5's TestTemplate for dynamic and parameterized testing. It supports file-based and parameter-based scenarios, suitable for various testing contexts. Key features include dynamic test case generation, SimulationGroup for scenario organization, and integration with JUnit 5's advanced features. It also includes a utility class, UnitSim, for method-level testing and mocking with Mockk. Geordi is inspired by the Spock framework, aiming to provide comparable functionality in a Kotlin-optimized package.

Group: io.violabs.geordi Artifact: unit-sim
Show all versions Show documentation Show source 
 

0 downloads
Artifact unit-sim
Group io.violabs.geordi
Version 1.0.6
Last update 18. June 2024
Organization not specified
URL https://github.com/violabs/geordi
License The Apache License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

jmockring-core from group org.jmockring (version 0.7.0)

jmockring - Java test MOCKing tool for spRING. A test harness tool for projects using the following technology stack: - Java 6+ - Spring 3.1 or greater as a DI/Deployment container - JUnit 4 and Mockito for testing - Jetty/Servlet API 3.0 for web app (war) deployment - for testing only Main features: 1) Partial Spring context deployment with automatic bean mocking for unavailable beans 2) Bootstrapping embedded Jetty server via JUnit runners 3) Configurable web application contexts 4) Automatic injection of Spring beans and mocks in JUnit tests via Java5 annotations

Group: org.jmockring Artifact: jmockring-core
Show all versions Show documentation Show source 
 

0 downloads
Artifact jmockring-core
Group org.jmockring
Version 0.7.0
Last update 13. March 2017
Organization not specified
URL https://github.com/plechev/jmockring
License not specified
Dependencies amount 15
Dependencies javax.servlet-api, commons-collections, javax.inject, hibernate-jpa-2.0-api, spring-core, spring-beans, spring-expression, spring-context, spring-context-support, spring-web, spring-tx, commons-lang3, junit-dep, mockito-core, hamcrest-junit,
There are maybe transitive dependencies!



Page 37 from 3 (items total 380)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy