License |
License |
---|---|
Categories |
CategoriesJUnit Unit Testing |
GroupId | GroupIdio.fares.junit.soapui |
ArtifactId | ArtifactIdsoapui-junit-mockrunner-project |
Version | Version0.0.3 |
Type | Typepom |
Description |
DescriptionSoapUI 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.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
soapui-junit-mockrunner-project-0.0.3.pom | 19 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.fares.junit.soapui/soapui-junit-mockrunner-project/ -->
<dependency>
<groupId>io.fares.junit.soapui</groupId>
<artifactId>soapui-junit-mockrunner-project</artifactId>
<version>0.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.fares.junit.soapui/soapui-junit-mockrunner-project/
implementation 'io.fares.junit.soapui:soapui-junit-mockrunner-project:0.0.3'
// https://jarcasting.com/artifacts/io.fares.junit.soapui/soapui-junit-mockrunner-project/
implementation ("io.fares.junit.soapui:soapui-junit-mockrunner-project:0.0.3")
'io.fares.junit.soapui:soapui-junit-mockrunner-project:pom:0.0.3'
<dependency org="io.fares.junit.soapui" name="soapui-junit-mockrunner-project" rev="0.0.3">
<artifact name="soapui-junit-mockrunner-project" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.fares.junit.soapui', module='soapui-junit-mockrunner-project', version='0.0.3')
)
libraryDependencies += "io.fares.junit.soapui" % "soapui-junit-mockrunner-project" % "0.0.3"
[io.fares.junit.soapui/soapui-junit-mockrunner-project "0.0.3"]