Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/arakelian/spring-test-utils
- Owner: arakelian
- Created: 2018-03-21T17:00:36.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-03-27T12:25:45.000Z (almost 7 years ago)
- Last Synced: 2024-05-01T20:43:46.461Z (9 months ago)
- Topics: java, java-8, junit, spring, spring-boot, test
- Language: Java
- Size: 119 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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