Skip to content

Commit da1e47c

Browse files
authored
Merge pull request #38 from lstreckeisen/update-use-cases
add archUnit use case
2 parents d9fc353 + ddb597e commit da1e47c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/existing_use_cases_2.cml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,4 +41,10 @@ UseCase U10_CML_Validators {
4141
actor = "Context Mapper User"
4242
interactions = "validate" a "CMLFile"
4343
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"
4450
}

0 commit comments

Comments
 (0)