2 Comments
User's avatar
Alex's avatar

Use a logging framework like log4j maybe? That would have been a better alternative than not logging at all.

What you need to tell is, do not use sysout as logging

Expand full comment
Alex Siminiuc's avatar

what is the benefit of logging to the console or a log what the test does?

please explain.

please notice that i said "do not log to the console or a log what the test does".

i did not say "do not log exceptions to a log or some other useful info".

Expand full comment