You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
590 B

@startuml
title __SCHEDULE's Component Diagram__\n
component "Schedule.app.unitTest" {
[Schedule.app.main]
component "Schedule.app.main" {
[Schedule.app.androidTest]
component "Schedule.app.androidTest" {
[Schedule.app]
}
}
}
[Schedule.app.androidTest] --> [Schedule.app.main]
[Schedule.app.unitTest] --> [Schedule.app.main]
right footer
PlantUML diagram generated by SketchIt! (https://bitbucket.org/pmesmeur/sketch.it)
For more information about this tool, please contact philippe.mesmeur@gmail.com
endfooter
@enduml