https://github.com/d-led/ports-and-adapters-archunit-example
experimenting on how ArchUnit could aid the Ports and Adapters pattern by Alistair Cockburn
https://github.com/d-led/ports-and-adapters-archunit-example
Last synced: 11 months ago
JSON representation
experimenting on how ArchUnit could aid the Ports and Adapters pattern by Alistair Cockburn
- Host: GitHub
- URL: https://github.com/d-led/ports-and-adapters-archunit-example
- Owner: d-led
- License: unlicense
- Created: 2024-11-30T22:05:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-02T20:57:58.000Z (over 1 year ago)
- Last Synced: 2025-04-11T23:40:37.474Z (about 1 year ago)
- Language: Java
- Size: 74.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ports and Adapters ArchUnit Example
Based on [Ports and Adapters](https://alistair.cockburn.us/hexagonal-architecture/)
by Alistair Cockburn.
Demonstrating ArchUnit in context of the [errata](https://x.com/TotherAlistair/status/1862947793310224452).
run with
```shell
gradle test
```