Say I wanted to output a lot of debug information with my tests, how would I do that? Seems "print" and such doesn't show up in the output (in IDEA's parsing)
s
sam
09/18/2020, 3:10 PM
print should work, but IDEA does this thing where it hides certain output depending on what test you have highlighted.