Leopard-Jetty-Test

提供启动Jetty、访问Http接口、停止Jetty的类库,简化经过Jetty的接口单元测试。目前多用于Leopard各设计web的模块,业务系统有MVCUnit,一般情况下不需要用到Leopard-Jetty-Test。

License

License

Categories

Categories

Jetty Container Application Servers
GroupId

GroupId

io.leopard
ArtifactId

ArtifactId

leopard-jetty-test
Last Version

Last Version

0.9.12
Release Date

Release Date

Type

Type

jar
Description

Description

Leopard-Jetty-Test
提供启动Jetty、访问Http接口、停止Jetty的类库,简化经过Jetty的接口单元测试。目前多用于Leopard各设计web的模块,业务系统有MVCUnit,一般情况下不需要用到Leopard-Jetty-Test。

Download leopard-jetty-test

How to add to project

<!-- https://jarcasting.com/artifacts/io.leopard/leopard-jetty-test/ -->
<dependency>
    <groupId>io.leopard</groupId>
    <artifactId>leopard-jetty-test</artifactId>
    <version>0.9.12</version>
</dependency>
// https://jarcasting.com/artifacts/io.leopard/leopard-jetty-test/
implementation 'io.leopard:leopard-jetty-test:0.9.12'
// https://jarcasting.com/artifacts/io.leopard/leopard-jetty-test/
implementation ("io.leopard:leopard-jetty-test:0.9.12")
'io.leopard:leopard-jetty-test:jar:0.9.12'
<dependency org="io.leopard" name="leopard-jetty-test" rev="0.9.12">
  <artifact name="leopard-jetty-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.leopard', module='leopard-jetty-test', version='0.9.12')
)
libraryDependencies += "io.leopard" % "leopard-jetty-test" % "0.9.12"
[io.leopard/leopard-jetty-test "0.9.12"]

Dependencies

compile (4)

Group / Artifact Type Version
io.leopard : leopard-httpnb jar 0.0.3
com.fasterxml.jackson.core : jackson-databind jar 2.9.1
io.leopard : leopard-jetty jar 0.9.12
org.springframework : spring-context-support jar 4.3.9.RELEASE

Project Modules

There are no modules declared in this project.

leopard

Versions

Version
0.9.12
0.9.11
0.9.10
0.9.8
0.9.6
0.9.4
0.0.5