dinky
dinky copied to clipboard
[Optimization][*] Unit tests not assert the result normally, improve these unit test result assertization
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
- [X] I agree to follow this project's Code of Conduct