JavaStubServer

JavaStubServer is an HTTP server that tests can drive with a mockito-esque feel to return expected results and verify calls were made

License

License

Categories

Categories

Java Languages Ruby
GroupId

GroupId

com.pyruby
ArtifactId

ArtifactId

java-stub-server
Last Version

Last Version

0.14
Release Date

Release Date

Type

Type

jar
Description

Description

JavaStubServer
JavaStubServer is an HTTP server that tests can drive with a mockito-esque feel to return expected results and verify calls were made
Project URL

Project URL

http://tarttelin.github.io/JavaStubServer/

Download java-stub-server

How to add to project

<!-- https://jarcasting.com/artifacts/com.pyruby/java-stub-server/ -->
<dependency>
    <groupId>com.pyruby</groupId>
    <artifactId>java-stub-server</artifactId>
    <version>0.14</version>
</dependency>
// https://jarcasting.com/artifacts/com.pyruby/java-stub-server/
implementation 'com.pyruby:java-stub-server:0.14'
// https://jarcasting.com/artifacts/com.pyruby/java-stub-server/
implementation ("com.pyruby:java-stub-server:0.14")
'com.pyruby:java-stub-server:jar:0.14'
<dependency org="com.pyruby" name="java-stub-server" rev="0.14">
  <artifact name="java-stub-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pyruby', module='java-stub-server', version='0.14')
)
libraryDependencies += "com.pyruby" % "java-stub-server" % "0.14"
[com.pyruby/java-stub-server "0.14"]

Dependencies

compile (2)

Group / Artifact Type Version
org.mortbay.jetty : jetty jar 6.1.26
javax.servlet : servlet-api jar 2.5

test (2)

Group / Artifact Type Version
junit : junit jar 4.8.2
commons-io : commons-io jar 2.4

Project Modules

There are no modules declared in this project.

Versions

Version
0.14
0.13
0.12
0.11
0.10