Releases: ls1intum/Ares
Releases · ls1intum/Ares
1.4.2
User-Side Changes
- Fix missing case in
OutputTester.assertLinesMatch
pattern and handle a possibleNoSuchElementElementException
occurring inassertLinesMatch
as well.
1.4.1
User-Side Changes
- Adjust input tester behavior to be more in line with the console.
This solves some problems with using theInputTester
with different ways of reading the input stream. We now mirror the behavior of the console, which is less efficient, but avoids reading characters in advance because they are reported to be available. Those buffered characters are then a problem if theIOTester
is reset and the input should change.