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

https://github.com/unexist/showcase-architecture-testing-quarkus

Showcase for architecture testing [MIRROR]
https://github.com/unexist/showcase-architecture-testing-quarkus

archunit jqassistant quarkus showcase

Last synced: about 1 month ago
JSON representation

Showcase for architecture testing [MIRROR]

Awesome Lists containing this project

README

          

= Showcase for architecture testing based on quarkus

This project holds examples for different types of architecture testing.

== Frameworks

- https://www.archunit.org[ArchUnit]
- https://jqassistant.org[jqAssistant]
- https://github.com/clarkware/jdepend[jDepend]

== Architecture Decision Records

Since https://jqassistant.org[jqAssistant]
can render https://asciidoctor.org/[AsciiDoc], it is also possible to include real
tests and other queries inside of valid https://adr.github.io/[ADR].

== Instructions

Following make targets exist:

- **build** - Build project and tests
- **scan** - Run the jqAssistant scanner
- **analyze** - Run the jqAssistant analyzer
- **adoc** - Generate asciidoc
- **open-adoc** - Open the generated asciidoc in your browser
- **report** - Generate report
- **open-report** - Open the generated report in your browser
- **server** - Starts the Neo4J server + web frontend