jar

io.fares.junit.soapui : soapui-junit-mockrunner

Maven & Gradle

Jan 03, 2022
1 usages
3 stars

SoapUI JUnit MockRunner · This JUnit extension will bootstrap SoapUI Mock in its own classloader context to prevent clashes with any project dependencies that are under test. The mockrunner uses Plexus Classworlds/Container and Aether to decouple the execution of the mock from the projects under test.

Table Of Contents

Latest Version

Download io.fares.junit.soapui : soapui-junit-mockrunner JAR file - Latest Versions:

All Versions

Download io.fares.junit.soapui : soapui-junit-mockrunner JAR file - All Versions:

Version Vulnerabilities Size Updated
0.0.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 soapui-junit-mockrunner-0.0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

io.fares.junit.soapui.internal

├─ io.fares.junit.soapui.internal.ReflectionJUnitSoapUIRunner.class - [JAR]

├─ io.fares.junit.soapui.internal.SimpleJUnitSoapUIRunner.class - [JAR]

io.fares.classloader

├─ io.fares.classloader.AetherClasspathResolver.class - [JAR]

├─ io.fares.classloader.ClassLoaderFactory.class - [JAR]

├─ io.fares.classloader.ClasspathResolver.class - [JAR]

├─ io.fares.classloader.FilteringClassLoader.class - [JAR]

├─ io.fares.classloader.FilteringClassLoaderFactory.class - [JAR]

io.fares.junit.soapui

├─ io.fares.junit.soapui.MockRunnerTask.class - [JAR]

├─ io.fares.junit.soapui.SoapUI.class - [JAR]

├─ io.fares.junit.soapui.SoapUIMock.class - [JAR]

├─ io.fares.junit.soapui.SoapUIMockExecutor.class - [JAR]

├─ io.fares.junit.soapui.SoapUIMockRunner.class - [JAR]

io.fares.aether

├─ io.fares.aether.AetherExtendedConfigurationModule.class - [JAR]

├─ io.fares.aether.GuiceRepositorySystemFactory.class - [JAR]

├─ io.fares.aether.LoggerStream.class - [JAR]

├─ io.fares.aether.LoggingRepositoryListener.class - [JAR]

├─ io.fares.aether.LoggingTransferListener.class - [JAR]

Advertisement