Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arakelian/spring-test-utils

Useful utilities when testing Spring applications
https://github.com/arakelian/spring-test-utils

java java-8 junit spring spring-boot test

Last synced: about 2 months ago
JSON representation

Useful utilities when testing Spring applications

Awesome Lists containing this project

README

        

# spring-test-utils

Utility classes useful when testing Spring projects.

## Installation

The library is available on [Maven Central](https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22com.arakelian%22%20AND%20a%3A%22spring-test-utils%22).

### Maven

Add the following to your `pom.xml`:

```xml


central
Central Repository
http://repo.maven.apache.org/maven2

true

...

com.arakelian
spring-test-utils
1.0.2
compile

```

### Gradle

Add the following to your `build.gradle`:

```groovy
repositories {
mavenCentral()
}

dependencies {
compile 'com.arakelian:spring-test-utils:1.0.2'
}
```

## Licence

Apache Version 2.0