Terasology / ModuleTestingEnvironment

3 stars 15 forks source link

chore: make runUntil/runWhile return values consistent #68

Closed keturn closed 2 years ago

keturn commented 2 years ago

Extracted from #66, this is a few adjustments to methods that were returning void, plus some additional checks in runWhile against the loop not exiting when it should.

This PR shouldn't change anything in normal execution.
(But erring tests might err differently.)