https://github.com/openwms/org.openwms.core.test.arch
https://github.com/openwms/org.openwms.core.test.arch
Last synced: 11 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/openwms/org.openwms.core.test.arch
- Owner: openwms
- License: apache-2.0
- Created: 2024-07-19T08:56:59.000Z (9 months ago)
- Default Branch: master
- Last Pushed: 2025-03-23T22:30:05.000Z (about 1 month ago)
- Last Synced: 2025-04-15T09:59:41.137Z (11 days ago)
- Language: Java
- Homepage:
- Size: 74.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Purpose
This library defines custom ArchUnit rules to ensure the architecture and design that is applied to OpenWMS components.# Links
- https://www.archunit.org/userguide/html/000_Index.html
- https://reflectoring.io/enforce-architecture-with-arch-unit/
- https://medium.com/free-code-camp/java-archunit-testing-the-architecture-a09f089585be
- https://github.com/cpetot/archunit-rules/blob/85badeac44d0627ca9bb2a3c0221bf7c5cc7b97b/src/main/java/io/github/cpetot/archunit/SpringCodingRules.java
- https://github.com/thmuch/archunit-demos/blob/master/ArchUnit-Demo/src/test/java/archunit/ArchUnit_10_Fields_Methods_Test.java
- https://github.com/societe-generale/arch-unit-maven-plugin