This PR enables logging of stdout in an Interactive test when exceptions occur. This allows the student to debug by placing prints.
Furthermore, Interactive#outputAsLines() was added, which retrieves the contents of stdout as an array, in which every item corresponds to a line in the output.
This PR enables logging of stdout in an Interactive test when exceptions occur. This allows the student to debug by placing prints.
Furthermore,
Interactive#outputAsLines()
was added, which retrieves the contents of stdout as an array, in which every item corresponds to a line in the output.