License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdio.github.fssantana |
ArtifactId | ArtifactIdunit-mock |
Version | Version1.0.0 |
Type | Typejar |
Description |
Descriptionio.github.fssantana:unit-mock
A tool to create filled instances mocks for unit testing purpose.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
unit-mock-1.0.0.pom | |
unit-mock-1.0.0.jar | 1 MB |
unit-mock-1.0.0-sources.jar | 6 KB |
unit-mock-1.0.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.fssantana/unit-mock/ -->
<dependency>
<groupId>io.github.fssantana</groupId>
<artifactId>unit-mock</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.fssantana/unit-mock/
implementation 'io.github.fssantana:unit-mock:1.0.0'
// https://jarcasting.com/artifacts/io.github.fssantana/unit-mock/
implementation ("io.github.fssantana:unit-mock:1.0.0")
'io.github.fssantana:unit-mock:jar:1.0.0'
<dependency org="io.github.fssantana" name="unit-mock" rev="1.0.0">
<artifact name="unit-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.fssantana', module='unit-mock', version='1.0.0')
)
libraryDependencies += "io.github.fssantana" % "unit-mock" % "1.0.0"
[io.github.fssantana/unit-mock "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.datatype : jackson-datatype-jsr310 | jar | 2.6.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 2.21.0 |
junit : junit | jar | 4.12 |
org.hamcrest : hamcrest-all | jar | 1.3 |