TestNG: The console output from @BeforeClass processing disappears
When running a testcase, I can watch the console output for the code associated with @BeforeClass. But when that completes and the @Test normal testing begins, all of the Console output from @BeforeClass gets overwritten.
There is not any tab either, for @BeforeClass console output. It appears to just be gone.
Any ideas?
Please sign in to leave a comment.
It looks like the issue is actually with the content that my program prints is excessive and was overwhelming the IJ console buffer. Consider this closed.