Open
Description
I just wrote my first test with ArchUnit. I really like your DSL, much nicer than what I created with Degraph https://github.com/schauder/degraph
There is just one thing that I miss from Degraph: the ability to create visual representations of dependencies, especially in the case of failures.
Would you be interested in adding a feature that would cause a (failing) test to create a graphml file containing a diagram similar to what Degraph creates? Like this: http://blog.schauderhaft.de/degraph/documentation.html#result
Don't if I find the time, but I would be interested in creating a PR.