https://github.com/kiwiproject/kiwi-test
Some potentially useful Java test utilities...
https://github.com/kiwiproject/kiwi-test
java testing
Last synced: 4 months ago
JSON representation
Some potentially useful Java test utilities...
- Host: GitHub
- URL: https://github.com/kiwiproject/kiwi-test
- Owner: kiwiproject
- License: mit
- Created: 2020-06-10T20:32:54.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:27:04.000Z (over 1 year ago)
- Last Synced: 2024-10-21T21:37:17.157Z (over 1 year ago)
- Topics: java, testing
- Language: Java
- Homepage:
- Size: 755 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Kiwi Test
[](https://github.com/kiwiproject/kiwi-test/actions/workflows/build.yml?query=branch%3Amain)
[](https://sonarcloud.io/dashboard?id=kiwiproject_kiwi-test)
[](https://sonarcloud.io/dashboard?id=kiwiproject_kiwi-test)
[](https://github.com/kiwiproject/kiwi-test/actions/workflows/codeql.yml)
[](https://javadoc.io/doc/org.kiwiproject/kiwi-test)
[](https://opensource.org/licenses/MIT)
[](https://central.sonatype.com/artifact/org.kiwiproject/kiwi-test/)
Kiwi Test is a simple library that contains a variety of testing utilities that we have found useful over time in
various projects.
Almost all the dependencies in the POM have _provided_ scope, so that we don't bring in a ton of required dependencies.
This downside to this is that you must specifically add any required dependencies to your own POM to use a
specific feature in Kiwi Test.
The only required dependencies are guava, kiwi, and slf4j-api. Note that kiwi-test also marks most dependencies as
_provided_ scope, so in some cases you might need to add additional dependencies.