jar

org.jmockring : spi-providers

Maven & Gradle

Nov 20, 2013
1 usages

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 : spi-providers JAR file - Latest Versions:

All Versions

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

Version Vulnerabilities Size Updated
0.5.x
0.5
0.4.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 spi-providers-0.5.6.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.provider.RestEasyClientProvider.class - [JAR]

org.jmockring.spi.client

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

Advertisement