Up! :: test

REST Up!

License

License

GroupId

GroupId

com.github.restup.test
ArtifactId

ArtifactId

up-test
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Up! :: test
REST Up!
Source Code Management

Source Code Management

http://github.com/restup/up-framework/tree/master/up-test

Download up-test

How to add to project

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

Dependencies

compile (11)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
net.javacrumbs.json-unit : json-unit jar 1.25.0
org.apache.commons : commons-lang3 jar 3.7
commons-io : commons-io jar 2.4
org.hamcrest : java-hamcrest jar 2.0.0.0
org.assertj : assertj-core jar 3.9.0
com.openpojo : openpojo jar 0.8.7
asm : asm jar 3.3.1
com.fasterxml.jackson.core : jackson-databind Optional jar 2.8.7
com.google.code.gson : gson Optional jar 2.3
nl.jqno.equalsverifier : equalsverifier jar 2.4.2

test (5)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.slf4j : slf4j-log4j12 jar 1.7.25
org.mockito : mockito-core jar 2.8.47
org.powermock : powermock-module-junit4 jar 1.7.3
org.powermock : powermock-api-mockito2 jar 1.7.3

Project Modules

There are no modules declared in this project.

Up! Framework

Build Status Coverage Status Maven Central javadoc

Up! Framework aims to simplify building and testing RESTful services.

Getting started

Visit Up! Framework for documentation and project information.

Check out the Spring Boot Demo App

Versions

Version
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1