MVN

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.

<dependency>
    <groupId>io.fares.junit.soapui</groupId>
    <artifactId>soapui-junit-mockrunner</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.fares.junit.soapui : soapui-junit-mockrunner to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of io.fares.junit.soapui : soapui-junit-mockrunner to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
soapui-junit-mockrunner-0.0.3
soapui-junit-mockrunner-0.0.2

How to add a dependency to Maven

Add the following io.fares.junit.soapui : soapui-junit-mockrunner maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.fares.junit.soapui</groupId>
    <artifactId>soapui-junit-mockrunner</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.fares.junit.soapui : soapui-junit-mockrunner gradle dependency to your build.gradle file:

implementation 'io.fares.junit.soapui:soapui-junit-mockrunner:0.0.3'

Gradle Kotlin DSL: Add the following io.fares.junit.soapui : soapui-junit-mockrunner gradle kotlin dependency to your build.gradle.kts file:

implementation("io.fares.junit.soapui:soapui-junit-mockrunner:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.fares.junit.soapui : soapui-junit-mockrunner sbt scala dependency to your build.sbt file:

libraryDependencies += "io.fares.junit.soapui" % "soapui-junit-mockrunner" % "0.0.3"

Advertisement