mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
add test
This commit is contained in:
@@ -195,4 +195,10 @@ public class CRUDTest {
|
||||
MapUtil.of("ids", new int[]{1, 2, 3}));
|
||||
Assert.assertEquals(2, results.size());
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void findWithDotTest(){
|
||||
db.find(Entity.of("user").set("WTUR.Other.Rg.S.WTName", "value"));
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user