I am doing a software project, working with database and Java code and in the unit tests, we have to test the selects....I mean, the expectable is that the table that results from the selects, have to correspond with the output in the intellij.....
in a few words, how do I compare a table originated from SQL with output(system.out.println())