dasein-cloud-mock

Mock implementation of the Dasein Cloud API for use in executing unit tests of code without the need to talk to an actual cloud.

License

License

GroupId

GroupId

org.dasein
ArtifactId

ArtifactId

dasein-cloud-mock
Last Version

Last Version

2013.02
Release Date

Release Date

Type

Type

jar
Description

Description

dasein-cloud-mock
Mock implementation of the Dasein Cloud API for use in executing unit tests of code without the need to talk to an actual cloud.
Project URL

Project URL

http://github.com/greese/dasein-cloud-mock
Project Organization

Project Organization

enStratus Networks Inc.
Source Code Management

Source Code Management

http://github.com/greese/dasein-cloud-mock

Download dasein-cloud-mock

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
org.dasein : dasein-cloud-core Optional jar 2013.02.1
org.dasein : dasein-util Optional jar 2012.08
commons-codec : commons-codec jar 1.6
com.google.inject : guice jar 3.0
log4j : log4j Optional jar 1.2.17
com.google.code.findbugs : jsr305 jar 2.0.0
org.dasein : dasein-cloud-test Optional jar 2013.02.3

test (1)

Group / Artifact Type Version
junit : junit jar 4.9

Project Modules

There are no modules declared in this project.

dasein-cloud-mock

Mock Dasein Cloud implementation to enable applications using Dasein Cloud to execute unit tests without the need for a live cloud.

Versions

Version
2013.02
2012.09