| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.qitsoft |
| Идентификатор | Идентификаторqimono |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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.
|
| Организация-разработчик |
Организация-разработчикQitSoft Inc. |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| qimono-1.0.pom | |
| qimono-1.0.jar | 62 KB |
| qimono-1.0-sources.jar | 49 KB |
| qimono-1.0-javadoc.jar | 69 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8 |
| org.mockito : mockito-all | jar | 1.8.5 |
| asm : asm-all | jar | 3.3.1 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.hamcrest : hamcrest-all | jar | 1.1 |