Last Version

WinRM Host Mock 0.2

A Groovy-based library for mocking WinRM server behaviour with HTTP/HTTPS inside a unit test.

License

License

Categories

Categories

Groovy Languages
GroupId

GroupId

com.aestasit.infrastructure.winrm
ArtifactId

ArtifactId

groovy-winrm-mock
Version

Version

0.2
Type

Type

jar
Description

Description

WinRM Host Mock
A Groovy-based library for mocking WinRM server behaviour with HTTP/HTTPS inside a unit test.
Project URL

Project URL

https://github.com/aestasit/groovy-winrm-mock

Download groovy-winrm-mock 0.2


<!-- https://jarcasting.com/artifacts/com.aestasit.infrastructure.winrm/groovy-winrm-mock/ -->
<dependency>
    <groupId>com.aestasit.infrastructure.winrm</groupId>
    <artifactId>groovy-winrm-mock</artifactId>
    <version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.aestasit.infrastructure.winrm/groovy-winrm-mock/
implementation 'com.aestasit.infrastructure.winrm:groovy-winrm-mock:0.2'
// https://jarcasting.com/artifacts/com.aestasit.infrastructure.winrm/groovy-winrm-mock/
implementation ("com.aestasit.infrastructure.winrm:groovy-winrm-mock:0.2")
'com.aestasit.infrastructure.winrm:groovy-winrm-mock:jar:0.2'
<dependency org="com.aestasit.infrastructure.winrm" name="groovy-winrm-mock" rev="0.2">
  <artifact name="groovy-winrm-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aestasit.infrastructure.winrm', module='groovy-winrm-mock', version='0.2')
)
libraryDependencies += "com.aestasit.infrastructure.winrm" % "groovy-winrm-mock" % "0.2"
[com.aestasit.infrastructure.winrm/groovy-winrm-mock "0.2"]

Dependencies

compile (6)

Group / Artifact Type Version
org.eclipse.jetty : jetty-server jar 9.2.7.v20150116
commons-io : commons-io jar 2.4
org.codehaus.groovy : groovy-all jar 2.3.6
org.slf4j : slf4j-api jar 1.7.7
org.slf4j : jcl-over-slf4j jar 1.7.7
ch.qos.logback : logback-classic jar 1.1.2

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.