jar

org.dasein : dasein-cloud-mock

Maven & Gradle

Jan 23, 2013
1 stars

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.

Table Of Contents

Latest Version

Download org.dasein : dasein-cloud-mock JAR file - Latest Versions:

All Versions

Download org.dasein : dasein-cloud-mock JAR file - All Versions:

Version Vulnerabilities Size Updated
2013.02
2012.09

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window dasein-cloud-mock-2013.02.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.dasein.cloud.mock.compute

├─ org.dasein.cloud.mock.compute.MockComputeServices.class - [JAR]

org.dasein.cloud.mock.compute.vm

├─ org.dasein.cloud.mock.compute.vm.MockVMSupport.class - [JAR]

org.dasein.cloud.mock.compute.image

├─ org.dasein.cloud.mock.compute.image.MockImageSupport.class - [JAR]

org.dasein.cloud.mock.network.firewall

├─ org.dasein.cloud.mock.network.firewall.MockFirewallSupport.class - [JAR]

org.dasein.cloud.mock.network

├─ org.dasein.cloud.mock.network.MockNetworkServices.class - [JAR]

org.dasein.cloud.mock.network.ip

├─ org.dasein.cloud.mock.network.ip.MockIPSupport.class - [JAR]

org.dasein.cloud.mock

├─ org.dasein.cloud.mock.MockCloud.class - [JAR]

├─ org.dasein.cloud.mock.MockCloudModule.class - [JAR]

├─ org.dasein.cloud.mock.MockDataCenterServices.class - [JAR]

Advertisement