Mockito.
Mock objects library for java.
Here is the list of declaration for mockito-all. If you use Maven you can use the following code to add the dependency for this POM file.
<dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.8.5</version> </dependency>
If you think this Maven repository POM file listing for mockito-all is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
Name:The MIT License
URL: http://code.google.com/p/mockito/wiki/License.
The following table lists the most popular artifacts which are depending on mockito-all-1.8.5. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Library | supplier-core 1.0.3 The Supplier Plugin provides a simple way for plugins to provide data access points to their own APIs that can be used across multiple other plugin, such as the Reporting Plugin, Linking and Scaffolding, for example. | 8 |
Document Database | hbase 0.94.3 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 28 |
Document Database | hbase 0.94.14 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 8 |
Library | specs_2.9.0 1.6.8 specs is a Behaviour-Driven-Design framework | 18 |
Document Database | hbase 0.94.6.1 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 19 |
Document Database | neo4j-server 1.8.M05 Standalone Neo4j server application. | 5 |
OSGi | tinybundles 1.0.0 Tiny Bundles is a library to create and modify adhoc bundles and other OSGi resources using fluent Java API. | 51 |
Library | specs_2.8.1 1.6.8 specs is a Behaviour-Driven-Design framework | 27 |
Library | specs_2.8.1 1.6.7.2 specs is a Behaviour-Driven-Design framework | 13 |
Library | specs_2.9.1 1.6.9 specs is a Behaviour-Driven-Design framework | 95 |
Document Database | neo4j-server 1.8.M07 Standalone Neo4j server application. | 5 |
Document Database | neo4j-server 1.8.M03 Standalone Neo4j server application. | 5 |
Library | supplier-core 1.0.2 The Supplier Plugin provides a simple way for plugins to provide data access points to their own APIs that can be used across multiple other plugin, such as the Reporting Plugin, Linking and Scaffolding, for example. | 5 |
Document Database | hbase 0.94.12 HBase is the <a href="http://hadoop.apache.org"&rt;Hadoop</a&rt; database. Use it when you need random, realtime read/write access to your Big Data. This project's goal is the hosting of very large tables -- billions of rows X millions of columns -- atop clusters of commodity hardwar... | 5 |
Document Database | org.sakaiproject.nakamura.core 1.4 Server that uses a sparse map to represent content mapping closely to a colum database like Cassandra. | 7 |
Build | maven-scm-provider-accurev 1.8 SCM Provider implementation for AccuRev (http://www.accurev.com/). | 5 |
Library | specs_2.9.0-1 1.6.8 specs is a Behaviour-Driven-Design framework | 36 |
Testing | analysis-test 1.10-h-1 This plug-in provides test utilities for the static code analysis plug-ins. | 5 |
Database | mrunit 0.9.0-incubating MRUnit is a Java library that helps developers unit test Apache Hadoop map reduce jobs. | 21 |
Library | specs_2.8.1 1.6.7 specs is a Behaviour-Driven-Design framework | 31 |
The following packages are defined in the mockito-all-1.8.5.jar
org.hamcrest org.hamcrest.core org.hamcrest.internal org.mockito org.mockito.asm org.mockito.asm.signature org.mockito.asm.tree org.mockito.asm.tree.analysis org.mockito.asm.util org.mockito.cglib.beans org.mockito.cglib.core org.mockito.cglib.proxy org.mockito.cglib.reflect org.mockito.cglib.transform org.mockito.cglib.transform.impl org.mockito.cglib.util org.mockito.configuration org.mockito.exceptions org.mockito.exceptions.base org.mockito.exceptions.misusing org.mockito.exceptions.verification org.mockito.exceptions.verification.junit org.mockito.internal org.mockito.internal.configuration org.mockito.internal.creation org.mockito.internal.creation.cglib org.mockito.internal.creation.jmock org.mockito.internal.debugging org.mockito.internal.exceptions org.mockito.internal.exceptions.base org.mockito.internal.exceptions.util org.mockito.internal.invocation org.mockito.internal.invocation.realmethod org.mockito.internal.listeners org.mockito.internal.matchers org.mockito.internal.matchers.apachecommons org.mockito.internal.progress org.mockito.internal.reporting org.mockito.internal.runners org.mockito.internal.runners.util org.mockito.internal.stubbing org.mockito.internal.stubbing.answers org.mockito.internal.stubbing.defaultanswers org.mockito.internal.util org.mockito.internal.util.junit org.mockito.internal.util.reflection org.mockito.internal.verification org.mockito.internal.verification.api org.mockito.internal.verification.argumentmatching org.mockito.internal.verification.checkers org.mockito.invocation org.mockito.runners org.mockito.stubbing org.mockito.stubbing.answers org.mockito.verification org.objenesis org.objenesis.instantiator org.objenesis.instantiator.basic org.objenesis.instantiator.gcj org.objenesis.instantiator.jrockit org.objenesis.instantiator.sun org.objenesis.strategy
Here is the content of the POM file.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd "> <modelVersion>4.0.0</modelVersion> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.8.5</version> <name>Mockito</name> <url>http://www.mockito.org</url> <description>Mock objects library for java</description> <licenses> <license> <name>The MIT License</name> <url>http://code.google.com/p/mockito/wiki/License</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://code.google.com/p/mockito/source/browse/</url> </scm> </project>