Work on #190: Add first batch of automagically generated puml files
This commit is contained in:
8
page-object/etc/page-object.urm.puml
Normal file
8
page-object/etc/page-object.urm.puml
Normal file
@ -0,0 +1,8 @@
|
||||
@startuml
|
||||
package com.iluwatar.pageobject {
|
||||
class App {
|
||||
- App()
|
||||
+ main(args : String[]) {static}
|
||||
}
|
||||
}
|
||||
@enduml
|
Reference in New Issue
Block a user