Skip to content

Releases: ls1intum/Ares

1.4.2

20 Mar 13:47
Compare
Choose a tag to compare

User-Side Changes

  • Fix missing case in OutputTester.assertLinesMatch pattern and handle a possible NoSuchElementElementException occurring in assertLinesMatch as well.

1.4.1

20 Mar 13:54
Compare
Choose a tag to compare

User-Side Changes

  • Adjust input tester behavior to be more in line with the console.
    This solves some problems with using the InputTester 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 the IOTester is reset and the input should change.

1.4.0

20 Mar 14:00
Compare
Choose a tag to compare

User-Side Changes

  • Add structural and behavior test files from Artemis, including tests and improvements. See #62 (credits to @kloessst and @krusche).
  • Fixed some spelling mistakes in the README and Javadoc.