https://github.com/smallrye/smallrye-testing
Testing utilities for all SmallRye projects
https://github.com/smallrye/smallrye-testing
Last synced: 8 months ago
JSON representation
Testing utilities for all SmallRye projects
- Host: GitHub
- URL: https://github.com/smallrye/smallrye-testing
- Owner: smallrye
- License: apache-2.0
- Created: 2018-06-06T11:46:23.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2024-07-12T20:55:58.000Z (over 1 year ago)
- Last Synced: 2024-07-13T16:02:03.097Z (over 1 year ago)
- Language: Java
- Homepage:
- Size: 146 KB
- Stars: 1
- Watchers: 9
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
:ci: https://github.com/smallrye/smallrye-testing/actions?query=workflow%3A%22SmallRye+Build%22
:sonar: https://sonarcloud.io/dashboard?id=smallrye_smallrye-testing
image:https://github.com/smallrye/smallrye-testing/workflows/SmallRye%20Build/badge.svg?branch=main[link={ci}]
image:https://sonarcloud.io/api/project_badges/measure?project=smallrye_smallrye-testing&metric=alert_status["Quality Gate Status", link={sonar}]
image:https://img.shields.io/github/license/smallrye/smallrye-testing.svg["License", link="http://www.apache.org/licenses/LICENSE-2.0"]
image:https://img.shields.io/maven-central/v/io.smallrye.testing/smallrye-testing-parent?color=green[]
= SmallRye Testing
== Instructions
Compile and install this project:
[source,bash]
----
mvn verify
----