archunit Questions
4
Solved
I've been searching for a library or tool to test my Django project architecture, check the dependencies, layers, etc. like Arch Unit for Java. But until now, I didn't find anything. I don't even k...
Tomtoma asked 18/3, 2021 at 13:34
2
Solved
I'm trying to write an ArchUnit test rule, which should ensure that interfaces annotated with @ComponentInterface annotation have method parameters annotated with @Input annotation.
Like this:
Arch...
Scharf asked 5/11, 2020 at 14:18
1
Solved
I'm developing an Flutter App using Clean Architecture. Now i'm looking for a library or something else like ArchUnit. To test the architecture and to ensure the correct access of packages.
How do ...
Lamplighter asked 11/2, 2021 at 13:36
3
While creating a rule for a layered architecture in ArchUnit, it's not clear to me how to exclude a single class (Main).
The base example excludes with a source and a target.
... but I don't get h...
Windhover asked 10/1, 2020 at 8:54
0
We are writing a JavaScript application that is becoming large. We have a few architectural rules that we would like to be able to enforce, the main use case would be something like: package ...
Depressor asked 13/6, 2018 at 20:42
2
Solved
I wrote my first ArchUnit test:
import static com.tngtech.archunit.library.dependencies.SlicesRuleDefinition.*;
// more non-static imports
@RunWith(ArchUnitRunner.class)
@AnalyzeClasses(packages ...
Gomes asked 20/6, 2017 at 13:25
1
© 2022 - 2024 — McMap. All rights reserved.