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

Download JAR files tagged by mock with all dependencies

Search JAR files by class name

jbosscc-needle from group de.akquinet.jbosscc (version 2.2)

Needle is a lightweight framework for testing Java EE components outside of the container in isolation. It reduces the test setup code by analysing dependencies and automatic injection of mock objects. It will thus maximize the speed of development as well as the execution of unit tests.

Group: de.akquinet.jbosscc Artifact: jbosscc-needle
Show all versions Show documentation Show source 
 

0 downloads
Artifact jbosscc-needle
Group de.akquinet.jbosscc
Version 2.2
Last update 04. February 2013
Organization akquinet AG
URL http://needle.spree.de
License lgpl
Dependencies amount 1
Dependencies slf4j-api,
There are maybe transitive dependencies!

gae-plugin from group com.jolira (version 3.0.0)

Google uses factories to provde access to interfaces such as the UserService. This package provdes a Guice Module to enable code-injection of these dependencies instead. There is also a set of mock objects in the test jar provided with this package that simplifes testing App-Engine services.

Group: com.jolira Artifact: gae-plugin
Show all versions Show documentation Show source 
 

0 downloads
Artifact gae-plugin
Group com.jolira
Version 3.0.0
Last update 02. April 2011
Organization not specified
URL Not specified
License not specified
Dependencies amount 2
Dependencies gae-runtime, guice,
There are maybe transitive dependencies!

rmock from group com.agical.rmock (version 2.0.2)

RMock 2.0 is a Java mock object framework to use with jUnit. RMock has support for a setup-modify-run-verify workflow when writing jUnit tests. It integrates better with IDE refactoring support and allows designing classes and interfaces in a true test-first fashion.

Group: com.agical.rmock Artifact: rmock
Show all versions 
 

0 downloads
Artifact rmock
Group com.agical.rmock
Version 2.0.2
Last update 31. May 2007
Organization not specified
URL http://rmock.sourceforge.net
License not specified
Dependencies amount 2
Dependencies junit, cglib-nodep,
There are maybe transitive dependencies!

fmu-wrapper from group org.siani.javafmi (version 2.26.5)

javaFMI is a Java Library for the functional mock-up interface (or FMI). FMI defines a standardized interface to be used in computer simulations. The FMI Standard has beed developed by a large number of software companies and research centers that have worked in a cooperation project under the name of MODELISAR. This library addresses the connection of a java application with a FMU (functional mock-up unit).

Group: org.siani.javafmi Artifact: fmu-wrapper
Show all versions Show documentation Show source 
 

5 downloads
Artifact fmu-wrapper
Group org.siani.javafmi
Version 2.26.5
Last update 16. April 2021
Organization not specified
URL https://bitbucket.org/siani/javafmi
License GNU Lesser General Public License v3.0
Dependencies amount 2
Dependencies jna, simple-xml-safe,
There are maybe transitive dependencies!

fmu-framework from group org.siani.javafmi (version 2.6.1)

javaFMI is a Java Library for the functional mock-up interface (or FMI). FMI defines a standardized interface to be used in computer simulations. The FMI Standard has beed developed by a large number of software companies and research centers that have worked in a cooperation project under the name of MODELISAR. This library addresses the connection of a java application with a FMU (functional mock-up unit).

Group: org.siani.javafmi Artifact: fmu-framework
Show all versions Show documentation Show source 
 

3 downloads
Artifact fmu-framework
Group org.siani.javafmi
Version 2.6.1
Last update 11. August 2020
Organization not specified
URL https://bitbucket.org/siani/javafmi
License GNU Lesser General Public License v3.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

kernel from group org.siani.javafmi (version 2.16.7)

javaFMI is a Java Library for the functional mock-up interface (or FMI). FMI defines a standardized interface to be used in computer simulations. The FMI Standard has beed developed by a large number of software companies and research centers that have worked in a cooperation project under the name of MODELISAR. This library addresses the connection of a java application with a FMU (functional mock-up unit).

Group: org.siani.javafmi Artifact: kernel
Show all versions Show documentation Show source 
 

0 downloads
Artifact kernel
Group org.siani.javafmi
Version 2.16.7
Last update 09. March 2016
Organization not specified
URL https://bitbucket.org/siani/javafmi
License The GNU General Public License v3.0
Dependencies amount 1
Dependencies itrules,
There are maybe transitive dependencies!

UT_DSL from group net.sourceforge.scenarlang (version 1.1.9)

ScenarLang is a domain specific language (DSL) that attempts to make it even easier to setup (unit) tests with mockito. What it offers is : => A json like notation to declare your java objects (that way it is less boring to configure deeply nested data structure for your tests). => A declarative way configure what the result of a mock call should be.

Group: net.sourceforge.scenarlang Artifact: UT_DSL
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact UT_DSL
Group net.sourceforge.scenarlang
Version 1.1.9
Last update 03. March 2013
Organization not specified
URL https://sourceforge.net/p/scenarlang
License GNU Lesser General Public License
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

powermock from group org.powermock (version 1.6.6)

PowerMock allows you to unit test code normally regarded as untestable. For instance it is possible to mock static methods, remove static initializers, allow mocking without dependency injection and more. PowerMock works by bytecode manipulation. PowerMock also contain some utilities that gives you easier access to an objects internal state. PowerMock can be used to test otherwise untestable code and also to achieve a cleaner separation between test and production code.

Group: org.powermock Artifact: powermock
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact powermock
Group org.powermock
Version 1.6.6
Last update 04. November 2016
Organization not specified
URL http://www.powermock.org
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

bond from group org.necula.bond (version 0.2.0)

Bond is a small library that can be used to spy values and mock functions during tests. Spying is a replacement for writing the assertEquals in your test, which are tedious to write and even more tedious to update whem your test setup or code inevitably changes. With Bond, you separate what is being verified, e.g., the variable named output, from what value it should have. This way you can quickly spy several variables, even have structured values such as lists or dictionaries, and these values are saved into an observation log that is saved for future reference. If the test observations are different you have the option to interact with a console or visual tool to see what has changed, and whether the reference set of observations need to be updated.

Group: org.necula.bond Artifact: bond
Show all versions Show documentation Show source 
 

0 downloads
Artifact bond
Group org.necula.bond
Version 0.2.0
Last update 04. February 2016
Organization not specified
URL https://github.com/necula01/bond
License The BSD 2-Clause License
Dependencies amount 8
Dependencies diffutils, junit, guava, gson, reflections, powermock-module-junit4, powermock-core, powermock-api-mockito,
There are maybe transitive dependencies!

appfuse-plugins from group org.appfuse (version 2.0.2)

Group: org.appfuse Artifact: appfuse-plugins
Show all versions 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact appfuse-plugins
Group org.appfuse
Version 2.0.2
Last update 11. May 2008
Organization not specified
URL Not specified
License The Apache Software License, Version 2.0
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!



Page 70 from 73 (items total 729)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy