Qimono

The framework library base on Mockito used to stub methods with private visibility, final methods or static methods. Also this library could be used to assign/retrieve values from private fields and to substitute date and time in tests.

License

License

GroupId

GroupId

com.qitsoft
ArtifactId

ArtifactId

qimono
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Qimono
The framework library base on Mockito used to stub methods with private visibility, final methods or static methods. Also this library could be used to assign/retrieve values from private fields and to substitute date and time in tests.
Project Organization

Project Organization

QitSoft Inc.
Source Code Management

Source Code Management

http://svn.code.sf.net/p/qimono/code/trunk

Download qimono

How to add to project

<!-- https://jarcasting.com/artifacts/com.qitsoft/qimono/ -->
<dependency>
    <groupId>com.qitsoft</groupId>
    <artifactId>qimono</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.qitsoft/qimono/
implementation 'com.qitsoft:qimono:1.0'
// https://jarcasting.com/artifacts/com.qitsoft/qimono/
implementation ("com.qitsoft:qimono:1.0")
'com.qitsoft:qimono:jar:1.0'
<dependency org="com.qitsoft" name="qimono" rev="1.0">
  <artifact name="qimono" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.qitsoft', module='qimono', version='1.0')
)
libraryDependencies += "com.qitsoft" % "qimono" % "1.0"
[com.qitsoft/qimono "1.0"]

Dependencies

compile (3)

Group / Artifact Type Version
junit : junit jar 4.8
org.mockito : mockito-all jar 1.8.5
asm : asm-all jar 3.3.1

test (1)

Group / Artifact Type Version
org.hamcrest : hamcrest-all jar 1.1

Project Modules

There are no modules declared in this project.

Versions

Version
1.0