https://github.com/wcm-io/io.wcm.testing.junit-commons
Common extensions of JUnit 4
https://github.com/wcm-io/io.wcm.testing.junit-commons
testing wcm-io
Last synced: 4 days ago
JSON representation
Common extensions of JUnit 4
- Host: GitHub
- URL: https://github.com/wcm-io/io.wcm.testing.junit-commons
- Owner: wcm-io
- License: apache-2.0
- Created: 2022-01-10T13:06:18.000Z (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2026-04-29T14:37:07.000Z (2 months ago)
- Last Synced: 2026-04-29T16:28:55.758Z (2 months ago)
- Topics: testing, wcm-io
- Language: Java
- Homepage:
- Size: 240 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: changes.xml
- License: LICENSE
Awesome Lists containing this project
README
JUnit 4 Commons
======
[](https://github.com/wcm-io/io.wcm.testing.junit-commons/actions?query=workflow%3ABuild+branch%3Adevelop)
[](https://repo1.maven.org/maven2/io/wcm/io.wcm.testing.junit-commons/)
[](https://sonarcloud.io/summary/new_code?id=wcm-io_io.wcm.testing.junit-commons)
Common extensions of JUnit 4.
Documentation: https://wcm.io/testing/junit-commons/
Issues: https://github.com/wcm-io/io.wcm.testing.junit-commons/issues
Wiki: https://wcm-io.atlassian.net/wiki/
Continuous Integration: https://github.com/wcm-io/io.wcm.testing.junit-commons/actions
Commercial support: https://wcm.io/commercial-support.html
## Build from sources
If you want to build wcm.io from sources make sure you have configured all [Maven Repositories](https://wcm.io/maven.html) in your settings.xml.
See [Maven Settings](https://github.com/wcm-io/io.wcm.testing.junit-commons/blob/develop/.maven-settings.xml) for an example with a full configuration.
Then you can build using
```
mvn clean install
```