11
© 2003 John D. McGregor
Tests from UML
 Tests are sequenced to “cover” the transitions
numberLeft = maxNumberPucks
New PuckSupply()
getPuck()
numberLeft >=1
getPuck()
getPuck()
numberLeft = 0