License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdio.fares.junit.soapui |
ArtifactId | ArtifactIdsoapui-junit-mockrunner |
Version | Version0.0.3 |
Type | Typejar |
Description |
DescriptionSoapUI 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.
|
<!-- https://jarcasting.com/artifacts/io.fares.junit.soapui/soapui-junit-mockrunner/ -->
<dependency>
<groupId>io.fares.junit.soapui</groupId>
<artifactId>soapui-junit-mockrunner</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.fares.junit.soapui/soapui-junit-mockrunner/
implementation 'io.fares.junit.soapui:soapui-junit-mockrunner:0.0.3'
// https://jarcasting.com/artifacts/io.fares.junit.soapui/soapui-junit-mockrunner/
implementation ("io.fares.junit.soapui:soapui-junit-mockrunner:0.0.3")
'io.fares.junit.soapui:soapui-junit-mockrunner:jar:0.0.3'
<dependency org="io.fares.junit.soapui" name="soapui-junit-mockrunner" rev="0.0.3">
<artifact name="soapui-junit-mockrunner" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.fares.junit.soapui', module='soapui-junit-mockrunner', version='0.0.3')
)
libraryDependencies += "io.fares.junit.soapui" % "soapui-junit-mockrunner" % "0.0.3"
[io.fares.junit.soapui/soapui-junit-mockrunner "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
org.unitils : unitils-core | jar | 3.4.2 |
junit : junit | jar | 4.11 |
org.eclipse.sisu : org.eclipse.sisu.inject | jar | 0.1.1 |
org.eclipse.sisu : org.eclipse.sisu.plexus | jar | 0.1.1 |
org.sonatype.sisu : sisu-guice | jar | 3.1.6 |
org.codehaus.plexus : plexus-utils | jar | 2.1 |
org.eclipse.aether : aether-api | jar | 1.0.0.v20140518 |
org.eclipse.aether : aether-spi | jar | 1.0.0.v20140518 |
org.eclipse.aether : aether-util | jar | 1.0.0.v20140518 |
org.eclipse.aether : aether-impl | jar | 1.0.0.v20140518 |
org.eclipse.aether : aether-connector-basic | jar | 1.0.0.v20140518 |
org.eclipse.aether : aether-transport-file | jar | 1.0.0.v20140518 |
org.eclipse.aether : aether-transport-http | jar | 1.0.0.v20140518 |
org.apache.maven : maven-settings-builder | jar | 3.1.0 |
org.apache.maven : maven-aether-provider | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
com.smartbear.soapui » soapui | jar | 5.2.1 |
xmlbeans : xbean | jar | fixed-2.4.0 |
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.4 |
org.slf4j : slf4j-api | jar | 1.7.2 |
org.slf4j : jcl-over-slf4j | jar | 1.7.2 |
org.slf4j : jul-to-slf4j | jar | 1.7.2 |
org.slf4j : slf4j-log4j12 | jar | 1.7.2 |
log4j : log4j | jar | 1.2.17 |