1
0
mirror of https://github.com/matt-fidd/stratos.git synced 2026-01-01 18:39:32 +00:00

Fixed arrow direction and text in test data diagrams

This commit is contained in:
2022-02-24 23:57:05 +00:00
parent b624e63e48
commit 917ed26659
3 changed files with 32 additions and 32 deletions

View File

@@ -2,10 +2,10 @@
skinparam actorStyle awesome
package TestTemplates {
usecase "T.T. 1" as tt1
usecase "T.T. 2" as tt2
usecase "T.T. 3" as tt3
usecase "T.T. 4" as tt4
usecase "Test Template 1" as tt1
usecase "Test Template 2" as tt2
usecase "Test Template 3" as tt3
usecase "Test Template 4" as tt4
}
package Tests {