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