Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PlantUml formattings cause misleading assertion failures #224

Open
Gargameleto opened this issue Sep 12, 2023 · 0 comments
Open

PlantUml formattings cause misleading assertion failures #224

Gargameleto opened this issue Sep 12, 2023 · 0 comments
Labels
kind/feature Categorizes issue or PR as related to a new feature.

Comments

@Gargameleto
Copy link

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.

@alexanderlinne alexanderlinne added the kind/feature Categorizes issue or PR as related to a new feature. label Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/feature Categorizes issue or PR as related to a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants