An open API service indexing awesome lists of open source software.

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

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
```