License |
License |
---|---|
GroupId | GroupIdlv.ctco.cukes |
ArtifactId | ArtifactIdcukes-http-mock |
Version | Version1.0.9 |
Type | Typejar |
Description |
DescriptionCukes http mock extension
Cukes takes simplicity of Cucumber and provides bindings for HTTP specification.
As a sugar on top, cukes adds steps for storing and using request/response content from
a file system, variable support in .features, context inflation in all steps and resources
and a custom plug-in system to allow users to add additional project specific content.
|
Filename | Size |
---|---|
cukes-http-mock-1.0.9.pom | |
cukes-http-mock-1.0.9.jar | 10 KB |
cukes-http-mock-1.0.9-sources.jar | 6 KB |
cukes-http-mock-1.0.9-javadoc.jar | 60 KB |
Browse |
<!-- https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-http-mock/ -->
<dependency>
<groupId>lv.ctco.cukes</groupId>
<artifactId>cukes-http-mock</artifactId>
<version>1.0.9</version>
</dependency>
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-http-mock/
implementation 'lv.ctco.cukes:cukes-http-mock:1.0.9'
// https://jarcasting.com/artifacts/lv.ctco.cukes/cukes-http-mock/
implementation ("lv.ctco.cukes:cukes-http-mock:1.0.9")
'lv.ctco.cukes:cukes-http-mock:jar:1.0.9'
<dependency org="lv.ctco.cukes" name="cukes-http-mock" rev="1.0.9">
<artifact name="cukes-http-mock" type="jar" />
</dependency>
@Grapes(
@Grab(group='lv.ctco.cukes', module='cukes-http-mock', version='1.0.9')
)
libraryDependencies += "lv.ctco.cukes" % "cukes-http-mock" % "1.0.9"
[lv.ctco.cukes/cukes-http-mock "1.0.9"]
Group / Artifact | Type | Version |
---|---|---|
lv.ctco.cukes : cukes-core | jar | 1.0.9 |
org.mock-server : mockserver-netty | jar | 5.4.1 |