Mockit-Java-API

MockIt-Java-API is the Java interface for MockIt. MockIt is a mock-up framework to simulate the behaviour and protocols of remote clients and services without actually implementing them and keep the characteristics of a distributed environment.

License

License

GroupId

GroupId

com.github.pheymann
ArtifactId

ArtifactId

mockitjavaapi
Last Version

Last Version

0.2.0-beta
Release Date

Release Date

Type

Type

jar
Description

Description

Mockit-Java-API
MockIt-Java-API is the Java interface for MockIt. MockIt is a mock-up framework to simulate the behaviour and protocols of remote clients and services without actually implementing them and keep the characteristics of a distributed environment.

Download mockitjavaapi

How to add to project

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

Dependencies

provided (1)

Group / Artifact Type Version
com.github.pheymann : mockit_2.11 jar 0.2.0-beta

test (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.1.2
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.2.0-beta
0.1.0-beta