Last Version

komarro 1.0

A java test utility based on Mockito mocking capabilities that provides a way to define indirect inputs of a test

License

License

GroupId

GroupId

com.googlecode.komarro
ArtifactId

ArtifactId

komarro
Version

Version

1.0
Type

Type

jar
Description

Description

komarro
A java test utility based on Mockito mocking capabilities that provides a way to define indirect inputs of a test
Source Code Management

Source Code Management

http://code.google.com/p/komarro/source/checkout

Download komarro 1.0


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

Dependencies

compile (1)

Group / Artifact Type Version
org.mockito : mockito-core jar 1.9.0

test (4)

Group / Artifact Type Version
org.testng : testng jar 6.0.1
org.easytesting : fest-assert jar 1.4
org.mockito : mockito-all jar 1.9.0
javax.inject : javax.inject jar 1

Project Modules

There are no modules declared in this project.