License |
License |
---|---|
Categories |
CategoriesAuto Application Layer Libs Code Generators |
GroupId | GroupIdcom.github.rinoto.spring |
ArtifactId | ArtifactIdspring-auto-mock |
Last Version | Last Version0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-auto-mock
Automocks the dependencies in Spring your test magically
|
Project URL |
Project URL |
Filename | Size |
---|---|
spring-auto-mock-0.3.pom | |
spring-auto-mock-0.3.jar | 9 KB |
spring-auto-mock-0.3-sources.jar | 3 KB |
spring-auto-mock-0.3-javadoc.jar | 29 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rinoto.spring/spring-auto-mock/ -->
<dependency>
<groupId>com.github.rinoto.spring</groupId>
<artifactId>spring-auto-mock</artifactId>
<version>0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rinoto.spring/spring-auto-mock/
implementation 'com.github.rinoto.spring:spring-auto-mock:0.3'
// https://jarcasting.com/artifacts/com.github.rinoto.spring/spring-auto-mock/
implementation ("com.github.rinoto.spring:spring-auto-mock:0.3")
'com.github.rinoto.spring:spring-auto-mock:jar:0.3'
<dependency org="com.github.rinoto.spring" name="spring-auto-mock" rev="0.3">
<artifact name="spring-auto-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rinoto.spring', module='spring-auto-mock', version='0.3')
)
libraryDependencies += "com.github.rinoto.spring" % "spring-auto-mock" % "0.3"
[com.github.rinoto.spring/spring-auto-mock "0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 4.1.6.RELEASE |
org.mockito : mockito-core | jar | 1.9.5 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
javax.inject : javax.inject | jar | 1 |
junit : junit | jar | 4.11 |
org.springframework : spring-test | jar | 4.1.1.RELEASE |
org.hamcrest : hamcrest-core | jar | 1.3 |
org.hamcrest : hamcrest-library | jar | 1.3 |