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

https://github.com/claypigeon123/testing-utils

Testing utilities for java
https://github.com/claypigeon123/testing-utils

java junit5 spring spring-boot testing

Last synced: 30 days ago
JSON representation

Testing utilities for java

Awesome Lists containing this project

README

          

[![Coverage](.github/badges/jacoco.svg)](https://github.com/claypigeon123/testing-utils/actions/workflows/ci.yml)

# Testing Utils
Streamline Java / Spring Boot unit and integration tests by eliminating boilerplate code related to test resource
building / loading and assertions; focus on the core logic of the tests and keep them free from clutter.

# Coordinates & Version
## Testing Utils Core
```xml

com.purepigeon.test
testing-utils
1.4.1
test

```
```groovy
testImplementation 'com.purepigeon.test:testing-utils:1.4.1'
```

## Mock Web Server Integration
```xml

com.purepigeon.test
testing-utils-mockwebserver
1.4.1
test

```
```groovy
testImplementation 'com.purepigeon.test:testing-utils-mockwebserver:1.4.1'
```

# Documentation
[See the full documentation here, including quick start guides](https://purepigeon.com/projects/testing-utils). Apart from this,
Testing Utils provides extensive javadoc as well.

# Contributing
Contributions are welcome! If you have ideas for new features or improvements, please submit a pull request or
open an issue to discuss further.

# License
This project is licensed under Apache 2.0. See the LICENSE file for details.