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.10.8</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://github.com/mockito/mockito/blob/master/LICENSE.
The following table lists the most popular artifacts which are depending on mockito-all-1.10.8. Their categories and depend by count are also listed.
Category | Artifact | Depended By Count |
---|---|---|
Document Database | cassandra-driver-core 2.1.3 A driver for Apache Cassandra 1.2+ that works exclusively with the Cassandra Query Language version 3 (CQL3) and Cassandra's binary protocol. | 6 |
The following packages are defined in the mockito-all-1.10.8.jar
org.hamcrest org.hamcrest.core org.hamcrest.internal org.mockito org.mockito.asm 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.stacktrace org.mockito.exceptions.verification org.mockito.exceptions.verification.junit org.mockito.internal org.mockito.internal.configuration org.mockito.internal.configuration.injection org.mockito.internal.configuration.injection.filter org.mockito.internal.configuration.injection.scanner org.mockito.internal.creation org.mockito.internal.creation.cglib org.mockito.internal.creation.jmock org.mockito.internal.creation.settings org.mockito.internal.debugging org.mockito.internal.exceptions org.mockito.internal.exceptions.stacktrace org.mockito.internal.exceptions.util org.mockito.internal.handler org.mockito.internal.invocation org.mockito.internal.invocation.finder org.mockito.internal.invocation.realmethod org.mockito.internal.junit org.mockito.internal.listeners org.mockito.internal.matchers org.mockito.internal.matchers.apachecommons org.mockito.internal.progress org.mockito.internal.reporting org.mockito.internal.rules 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.collections 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.junit org.mockito.listeners org.mockito.mock org.mockito.plugins org.mockito.runners org.mockito.stubbing org.mockito.stubbing.answers org.mockito.verification org.objenesis org.objenesis.instantiator org.objenesis.instantiator.android org.objenesis.instantiator.basic org.objenesis.instantiator.gcj org.objenesis.instantiator.jrockit org.objenesis.instantiator.perc 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" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <version>1.10.8</version> <name>Mockito</name> <packaging>jar</packaging> <url>http://www.mockito.org</url> <description>Mock objects library for java</description> <licenses> <license> <name>The MIT License</name> <url>http://github.com/mockito/mockito/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <scm> <url>http://github.com/mockito/mockito</url> </scm> </project>