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
- Host: GitHub
- URL: https://github.com/claypigeon123/testing-utils
- Owner: claypigeon123
- License: apache-2.0
- Created: 2025-03-15T14:41:27.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2026-05-23T21:10:10.000Z (about 1 month ago)
- Last Synced: 2026-05-23T23:12:29.027Z (about 1 month ago)
- Topics: java, junit5, spring, spring-boot, testing
- Language: Java
- Homepage: https://purepigeon.com/projects/testing-utils
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[](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.