This commit is contained in:
Looly
2020-09-09 14:23:21 +08:00
parent 5aa10c06ee
commit 0c3a1ea298
11 changed files with 513 additions and 465 deletions

View File

@@ -3,8 +3,6 @@ package cn.hutool.core.bean;
import org.junit.Assert;
import org.junit.Test;
import cn.hutool.core.bean.BeanDesc.PropDesc;
/**
* {@link BeanDesc} 单元测试类
*