Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 388 Bytes

README.md

File metadata and controls

21 lines (16 loc) · 388 Bytes

TDD「Locker Robot」

  1. given a bag when locker available then return ticket

  2. given a bag when locker full then throw error

  3. given valid ticket when press get button then return bag

  4. given invalid ticket when press get button then throw error

  5. given duplicate ticket when press get button then throw error