You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: