не последняя версия
Последняя версия 0.7.0

org.jmockring:jmockring-core 0.6.2

jmockring - Java test MOCKing tool for spRING. A test harness tool for projects using the following technology stack: - Java 6+ - Spring 3.1 or greater as a DI/Deployment container - JUnit 4 and Mockito for testing - Jetty/Servlet API 3.0 for web app (war) deployment - for testing only Main features: 1) Partial Spring context deployment with automatic bean mocking for unavailable beans 2) Bootstrapping embedded Jetty server via JUnit runners 3) Configurable web application contexts 4) Automatic injection of Spring beans and mocks in JUnit tests via Java5 annotations

Группа

Группа

org.jmockring
Идентификатор

Идентификатор

jmockring-core
Версия

Версия

0.6.2
Тип

Тип

jar

Скачать jmockring-core 0.6.2


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