* add AAA pattern * reformat comment * use Testing in readme tags in stead of Unit Test
This commit is contained in:
11
arrange-act-assert/etc/arrange-act-assert.urm.puml
Normal file
11
arrange-act-assert/etc/arrange-act-assert.urm.puml
Normal file
@ -0,0 +1,11 @@
|
||||
@startuml
|
||||
package com.iluwatar.arrangeactassert {
|
||||
class Cash {
|
||||
- amount : int
|
||||
~ Cash(amount : int)
|
||||
~ count() : int
|
||||
~ minus(subtrahend : int) : boolean
|
||||
~ plus(addend : int)
|
||||
}
|
||||
}
|
||||
@enduml
|
Reference in New Issue
Block a user