Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/creek-service/creek-test
Test helpers and utilities
https://github.com/creek-service/creek-test
Last synced: 4 days ago
JSON representation
Test helpers and utilities
- Host: GitHub
- URL: https://github.com/creek-service/creek-test
- Owner: creek-service
- License: apache-2.0
- Created: 2021-12-08T11:11:41.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-11-01T04:28:10.000Z (13 days ago)
- Last Synced: 2024-11-01T05:16:34.767Z (13 days ago)
- Language: Java
- Size: 656 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
[![Coverage Status](https://coveralls.io/repos/github/creek-service/creek-test/badge.svg?branch=main)](https://coveralls.io/github/creek-service/creek-test?branch=main)
[![Build](https://github.com/creek-service/creek-test/actions/workflows/build.yml/badge.svg)](https://github.com/creek-service/creek-test/actions/workflows/build.yml)
[![Maven Central](https://img.shields.io/maven-central/v/org.creekservice/creek-test-hamcrest.svg)](https://central.sonatype.dev/search?q=creek-test-*)
[![CodeQL](https://github.com/creek-service/creek-test/actions/workflows/codeql.yml/badge.svg)](https://github.com/creek-service/creek-test/actions/workflows/codeql.yml)
[![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/creek-service/creek-test/badge)](https://api.securityscorecards.dev/projects/github.com/creek-service/creek-test)
[![OpenSSF Best Practices](https://bestpractices.coreinfrastructure.org/projects/6899/badge)](https://bestpractices.coreinfrastructure.org/projects/6899)# Creek Test
Test helper libraries used internally by Creek.
Not intended for use by others.See [CreekService.org](https://www.creekservice.org) for info on Creek Service.
## Modules
* **[util](util)** [[JavaDocs](https://javadoc.io/doc/org.creekservice/creek-test-util)]: some Creek specific test utility classes.
* **[hamcrest](hamcrest)** [[JavaDocs](https://javadoc.io/doc/org.creekservice/creek-test-hamcrest)]: some additional [Hamcrest][1] matchers and helpers.
* **[conformity](conformity)** [[JavaDocs](https://javadoc.io/doc/org.creekservice/creek-test-conformity)]: tests helpers for checking projects conform to Creek standards, automating some of code review tasks.[1]: http://hamcrest.org/JavaHamcrest/index