Up! :: test :: spring

ApiExecutor implementation of core-test for MockMVC

License

License

GroupId

GroupId

com.github.restup.test
ArtifactId

ArtifactId

up-test-spring
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Up! :: test :: spring
ApiExecutor implementation of core-test for MockMVC
Source Code Management

Source Code Management

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

Download up-test-spring

How to add to project

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

Dependencies

compile (4)

Group / Artifact Type Version
com.github.restup.test : up-test jar 0.0.5
org.springframework : spring-web jar 4.3.7.RELEASE
org.springframework : spring-test jar 4.3.7.RELEASE
javax.servlet : javax.servlet-api jar 3.1.0

provided (1)

Group / Artifact Type Version
junit : junit jar 4.13.1

test (2)

Group / Artifact Type Version
org.mockito : mockito-core jar 2.8.47
org.springframework.boot : spring-boot-starter-web jar 1.5.9.RELEASE

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