dinky icon indicating copy to clipboard operation
dinky copied to clipboard

[Optimization][*] Unit tests not assert the result normally, improve these unit test result assertization

Open mymmyy opened this issue 2 years ago • 0 comments

Search before asking

  • [X] I had searched in the issues and found no similar optimization requirement.

Description

Unit tests not assert the result normally, Only log(or console print) output like this

    @Ignore
    @Test
    public void queryTest() {
        Driver driver = getDriver();
        JdbcSelectResult query = driver.query("select * from MENU", 10);
        LOGGER.info("end...");
    }

Are you willing to submit a PR?

  • [x] Yes I am willing to submit a PR!

Code of Conduct

mymmyy avatar Feb 13 '23 11:02 mymmyy