s

soapui-junit-mockrunner-project

This application 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.
https://github.com/bertramn/soapui-junit-mockrunner
The Apache Software License, Version 2.0
Niels Bertram
Files download
File Operation
soapui-junit-mockrunner-project-0.0.3.pom download
Apache Maven
<dependency>
  <groupId>io.fares.junit.soapui</groupId>
  <artifactId>soapui-junit-mockrunner-project</artifactId>
  <version>0.0.3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.fares.junit.soapui:soapui-junit-mockrunner-project:0.0.3'
Gradle Kotlin
implementation("io.fares.junit.soapui:soapui-junit-mockrunner-project:0.0.3")
Scala SBT
libraryDependencies += "io.fares.junit.soapui" % "soapui-junit-mockrunner-project" % "0.0.3"
Groovy Grape
@Grapes(
  @Grab(group='io.fares.junit.soapui', module='soapui-junit-mockrunner-project', version='0.0.3')
)
Apache Ivy
<dependency org="io.fares.junit.soapui" name="soapui-junit-mockrunner-project" rev="0.0.3" />
Leiningen
[io.fares.junit.soapui/soapui-junit-mockrunner-project "0.0.3"]
Apache Buildr
'io.fares.junit.soapui:soapui-junit-mockrunner-project:jar:0.0.3'
Dependencies
The project has no third-party dependencies