| Лицензия |
Лицензия |
|---|---|
| Группа | Группаmockit |
| Идентификатор | Идентификаторjmockit |
| Последняя версия | Последняя версия0.999.4 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеMain
JMockit is a Java toolkit for developer (unit/integration) testing.
It contains mocking APIs and other tools, supporting both JUnit and TestNG.
The mocking APIs allow all kinds of Java code, without testability restrictions, to be tested
in isolation from selected dependencies.
|
| Имя Файла | Размер |
|---|---|
| jmockit-0.999.4.pom | |
| jmockit-0.999.4.jar | 334 KB |
| jmockit-0.999.4-sources.jar | 364 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/mockit/jmockit/ -->
<dependency>
<groupId>mockit</groupId>
<artifactId>jmockit</artifactId>
<version>0.999.4</version>
</dependency>
// https://jarcasting.com/artifacts/mockit/jmockit/
implementation 'mockit:jmockit:0.999.4'
// https://jarcasting.com/artifacts/mockit/jmockit/
implementation ("mockit:jmockit:0.999.4")
'mockit:jmockit:jar:0.999.4'
<dependency org="mockit" name="jmockit" rev="0.999.4">
<artifact name="jmockit" type="jar" />
</dependency>
@Grapes(
@Grab(group='mockit', module='jmockit', version='0.999.4')
)
libraryDependencies += "mockit" % "jmockit" % "0.999.4"
[mockit/jmockit "0.999.4"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit Необязательный | jar | 4.8.1 |
| org.testng : testng Необязательный | jar | 5.11 |
| commons-logging : commons-logging Необязательный | jar | 1.1.1 |
| org.slf4j : slf4j-api Необязательный | jar | 1.5.8 |
| log4j : log4j Необязательный | jar | 1.2.15 |