License |
License |
---|---|
GroupId | GroupIdcom.qitsoft |
ArtifactId | ArtifactIdqimono |
Version | Version1.0 |
Type | Typejar |
Description |
DescriptionQimono
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 OrganizationQitSoft Inc. |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
qimono-1.0.pom | |
qimono-1.0.jar | 62 KB |
qimono-1.0-sources.jar | 49 KB |
qimono-1.0-javadoc.jar | 69 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8 |
org.mockito : mockito-all | jar | 1.8.5 |
asm : asm-all | jar | 3.3.1 |
Group / Artifact | Type | Version |
---|---|---|
org.hamcrest : hamcrest-all | jar | 1.1 |