Closed pcworld closed 9 years ago
I don't think all four listed cases are tested yet. At least EscapeTest does not test for program exit after escape
; I haven't reviewed yet if you test all three move
cases in #155.
escape
will be done, but the issue for that is #128. I thought I covered everything for move
.
Okay then. Reviewing if all three "move" cases are tested is part of #166 then.
For the
move
command, there are at least three different cases to test:move 1
until you expect all ants to have leftmove
with a high countmove 1
onceWe also have to test this for the
escape
command.