jGleitz / JUnit-KIT

Tests for the Tasks of the Programming Lecture for first semesters at the Karlsruhe Institute for Technology, winter semester 14/15. Among the tests themselves, this repository contains helpfull classes for testing unknown implementations.
GNU General Public License v2.0
7 stars 7 forks source link

Program must exit when all ants have left the field #142

Closed pcworld closed 9 years ago

pcworld commented 9 years ago

For the move command, there are at least three different cases to test:

We also have to test this for the escape command.

pcworld commented 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.

jGleitz commented 9 years ago

escape will be done, but the issue for that is #128. I thought I covered everything for move.

pcworld commented 9 years ago

Okay then. Reviewing if all three "move" cases are tested is part of #166 then.