jar

org.jmockring : jmockring-spi

Maven & Gradle

Mar 13, 2017
1 usages
1 stars

Service providers for jmockring: * Include this as dependency to activate dynamic providers discovery, * Currently used for: 1) Choosing mocking provider based on available providers on project classpath 2) Creating and injecting HTTP clients in test classes

Table Of Contents

Latest Version

Download org.jmockring : jmockring-spi JAR file - Latest Versions:

All Versions

Download org.jmockring : jmockring-spi JAR file - All Versions:

Version Vulnerabilities Size Updated
0.7.x
0.6.x
0.5.x

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 jmockring-spi-0.7.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.jmockring.spi

├─ org.jmockring.spi.ExecutionHandler.class - [JAR]

org.jmockring.spi.provider.mockring

├─ org.jmockring.spi.provider.mockring.AbstractMockingProvider.class - [JAR]

├─ org.jmockring.spi.provider.mockring.MockitoMockingProvider.class - [JAR]

├─ org.jmockring.spi.provider.mockring.PowerMockitoMockingProvider.class - [JAR]

org.jmockring.spi.provider

├─ org.jmockring.spi.provider.RestAssuredClientProvider.class - [JAR]

org.jmockring.spi.client

├─ org.jmockring.spi.client.RestAssuredClient.class - [JAR]

Advertisement