Last Version

Mockpico 1.0-beta2

Mockito and PicoContainer used together to instantiate Controller classes.

License

License

BSD
GroupId

GroupId

com.thoughtworks.mockpico
ArtifactId

ArtifactId

mockpico
Version

Version

1.0-beta2
Type

Type

jar
Description

Description

Mockpico
Mockito and PicoContainer used together to instantiate Controller classes.
Project URL

Project URL

http://github.com/paul-hammant/mockpico

Download mockpico 1.0-beta2


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

Dependencies

compile (4)

Group / Artifact Type Version
org.mockito : mockito-core jar 1.8.4
org.springframework : spring-beans Optional jar 2.5.6
javax.inject : javax.inject Optional jar 1
com.google.code.guice : guice Optional jar 1.0

test (2)

Group / Artifact Type Version
junit : junit jar 4.7
org.hamcrest : hamcrest-core jar 1.1

Project Modules

There are no modules declared in this project.