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 JUnit Unit Testing
GroupId

GroupId

com.dthoffman.tomcatmock
ArtifactId

ArtifactId

junit-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 junit-example 0.0.1


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

Dependencies

compile (10)

Group / Artifact Type Version
org.apache.tomcat.embed : tomcat-embed-core jar 8.0.28
org.apache.tomcat : tomcat-jsp-api jar 8.0.28
org.springframework : spring-webmvc jar 4.3.2.RELEASE
org.apache.tomcat.embed : tomcat-embed-logging-juli jar 8.0.28
com.fasterxml.jackson.core : jackson-databind jar 2.8.1
org.apache.tomcat : tomcat-jasper-el jar 8.0.28
org.apache.httpcomponents : httpclient jar 4.5.2
org.springframework : spring-web jar 4.3.2.RELEASE
org.apache.tomcat.embed : tomcat-embed-jasper jar 8.0.28
org.apache.tomcat : tomcat-jasper jar 8.0.28

test (4)

Group / Artifact Type Version
junit : junit jar 4.11
com.dthoffman.tomcatmock : tomcat-test-app-server jar 0.0.1
com.dthoffman.tomcatmock : tomcat-mock-server-core jar 0.0.1
org.mockito : mockito-all jar 1.9.5

Project Modules

There are no modules declared in this project.