Last Version

Tomcat Mock Server 0.0.1

Helper code to spin up a tomcat app during tests and mocking downstream http calls

License

License

Categories

Categories

Tomcat Container Application Servers Spock Application Testing & Monitoring
GroupId

GroupId

com.dthoffman.tomcatmock
ArtifactId

ArtifactId

spock-example
Version

Version

0.0.1
Type

Type

jar
Description

Description

Tomcat Mock Server
Helper code to spin up a tomcat app during tests and mocking downstream http calls
Project URL

Project URL

https://github.com/dhoff1985/tomcat-mock-server
Source Code Management

Source Code Management

https://github.com/dhoff1985/tomcat-mock-server

Download spock-example 0.0.1


<!-- https://jarcasting.com/artifacts/com.dthoffman.tomcatmock/spock-example/ -->
<dependency>
    <groupId>com.dthoffman.tomcatmock</groupId>
    <artifactId>spock-example</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dthoffman.tomcatmock/spock-example/
implementation 'com.dthoffman.tomcatmock:spock-example:0.0.1'
// https://jarcasting.com/artifacts/com.dthoffman.tomcatmock/spock-example/
implementation ("com.dthoffman.tomcatmock:spock-example:0.0.1")
'com.dthoffman.tomcatmock:spock-example:jar:0.0.1'
<dependency org="com.dthoffman.tomcatmock" name="spock-example" rev="0.0.1">
  <artifact name="spock-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dthoffman.tomcatmock', module='spock-example', version='0.0.1')
)
libraryDependencies += "com.dthoffman.tomcatmock" % "spock-example" % "0.0.1"
[com.dthoffman.tomcatmock/spock-example "0.0.1"]

Dependencies

compile (12)

Group / Artifact Type Version
org.apache.tomcat.embed : tomcat-embed-core jar 8.0.28
org.codehaus.groovy : groovy-all jar 2.4.4
org.apache.tomcat : tomcat-jsp-api jar 8.0.28
org.codehaus.groovy.modules.http-builder : http-builder jar 0.7.1
org.springframework : spring-webmvc jar 4.3.2.RELEASE
org.apache.tomcat.embed : tomcat-embed-logging-juli jar 8.0.28
org.apache.tomcat : tomcat-jasper-el jar 8.0.28
com.dthoffman.tomcatmock : tomcat-test-app-server jar 0.0.1
org.springframework : spring-web jar 4.3.2.RELEASE
com.dthoffman.tomcatmock : tomcat-mock-server-core jar 0.0.1
org.apache.tomcat.embed : tomcat-embed-jasper jar 8.0.28
org.apache.tomcat : tomcat-jasper jar 8.0.28

test (1)

Group / Artifact Type Version
org.spockframework : spock-core jar 1.0-groovy-2.4

Project Modules

There are no modules declared in this project.