GitXplorerGitXplorer
j

jupiter-collection-testers

public
4 stars
1 forks
22 issues

Commits

List of commits on branch master.
Unverified
910ac9f4f1969f389c486eefdedf65ead19083f8

Introduce an API spec

jjbduncan committed 6 years ago
Verified
a4eb22e5c36f87dc3e06c1393721165d6e031ab7

Polishing

jjbduncan committed 6 years ago
Verified
d53dd58d32c1e2cdec7f102379f457480d767f1c

Write some javadoc

jjbduncan committed 6 years ago
Verified
745a3066d552799d86ae11219279c2e0621ef857

Use HTTPS over HTTP

jjbduncan committed 6 years ago
Verified
192a425eadfbbf9a89f1b9d82e0b4c523e979fdf

Upgrade Gradle to 5.4.1

jjbduncan committed 6 years ago
Verified
ccdc7a3337290bf481b3012b5e0dc6d3414702be

Upgrade dependencies

jjbduncan committed 6 years ago

README

The README file for this repository.

Jupiter Collection Testers

Jupiter Collection Testers allows you to exhaustively test your Java collections with JUnit Jupiter, part of JUnit 5.

This project is similar to Guava's collection testers for JUnit 4.

Getting started

This project is not production ready yet.

I aim to introduce continuous integration builds and to publish snapshots and releases to Maven Central sooner rather than later. (I'd appreciate help with settings things up!)

I'll write instructions on how to use Jupiter Collection Testers in your tests after snapshots are being pushed to Maven Central.

Contributing

Contributions to Jupiter Collection Testers are both welcomed and appreciated! For specific guidelines regarding contributions, please see CONTRIBUTING.md in the root directory of the project.

Getting Help

If you have a question, or would like to request a new feature, or think you've found a bug, please open a new issue.

(I'd appreciate help with setting up a Gitter channel!)

Versioning

We use SemVer for versioning. For the versions available, see the release tags.

License

Apache License, Version 2.0

Jupiter Collection Testers depends on JUnit 5, the license of which can be found here.

Acknowledgements

Thank you very much to all contributors!

Also, thank you very much to Guava for providing inspiration with their collection testers for JUnit 4!