When using Assert assertion to test the basic query statement of mybatis, idea prompts: java.lang.AssertionError
All sql statements are executed correctly, line 33
Tag t = tm.selectByTname(“Shpping”);
Assert.assertNotNull(t);
All sql statements are executed correctly, line 33
Tag t = tm.selectByTname(“Shpping”);
Assert.assertNotNull(t);