I want to use a plantuml both for documentation as well for tests with ArchUnitNet. Therefore my diagrams e.g. specificy the direction of the the relationship arrows. Furthermore I set colors for the different components. Both Plantuml features lead to misleading assertion failures when calling AdhereToPlantUmlDiagram.
Assertions with following diagram would not work as expected:
I want to use a plantuml both for documentation as well for tests with ArchUnitNet. Therefore my diagrams e.g. specificy the direction of the the relationship arrows. Furthermore I set colors for the different components. Both Plantuml features lead to misleading assertion failures when calling
AdhereToPlantUmlDiagram
.Assertions with following diagram would not work as expected:
[A] <> #palegreen [B] <> #palegreen B-u->A
Most probably also other plantuml features will cause misleading errors.
ArchUnit should be able to handle such content.