We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d9fc353 + ddb597e commit da1e47cCopy full SHA for da1e47c
docs/existing_use_cases_2.cml
@@ -41,4 +41,10 @@ UseCase U10_CML_Validators {
41
actor = "Context Mapper User"
42
interactions = "validate" a "CMLFile"
43
benefit = "I am able to validate my CML files for their semantic correctness"
44
+}
45
+
46
+UseCase U11_CML_ArchUnit {
47
+ actor = "Context Mapper User"
48
+ interactions = "validate" a "CodeBase"
49
+ benefit = "I am able to validate my codebase against my CML model"
50
}
0 commit comments