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

Movement of lazy ants that are created between other lazy ants' moves #184

Open pcworld opened 9 years ago

pcworld commented 9 years ago

I haven't found a specific test for this, I'm not even sure if we test this scenario at all currently. Here's a sample test case: https://ilias.studium.kit.edu/ilias.php?ref_id=413546&cmdClass=ilobjforumgui&thr_pk=53910&pos_pk=197765&offset=0&cmd=viewThread&cmdNode=ed:5v&baseClass=ilRepositoryGUI#197765

jGleitz commented 9 years ago

Please note that it's not specified how the program should behave in such a case.