jGleitz/JUnit-KIT

Board without ants is not an error

Closed this issue · 1 comments

A board without any ant, like

000
000
000

does not have to result in an error message. Meanwhile, we must test that the tested class exits with System.exit(0), without a call to quit if it does not print an error message.

I assume this was fixed by #146.