#### 1.4 测试项目 测试这个事情真不是个容易的事情 测试项目包括两块 Junit 的常见测试和spring 的view测试 **1.spring view测试** 运行application就可以了,访问界面,然后看到界面 ![view](https://static.oschina.net/uploads/img/201710/10230428_pMr5.png "在这里输入图片标题") 对应的代码在view下面 **2.Junit的测试目录结构如下** * tohtml html预览测试 * view 导出的view测试 * cache 自定义缓存测试 * html html互转测试 * test * excel * read 读取Excel测试 * check 导入检查测试 * hanlder 导入数据处理 * img 含图片导入测试 * styler 导出样式自定义测试 * template 模板导出测试 * sum 导出含统计测试 * test 导出测试 * groupname groupname 属性测试 * img 导出图片测试 * pdf pdf测试 * word word导出测试 * util util 内部测试 目前的测试覆盖率 ![输入图片说明](https://static.oschina.net/uploads/img/201710/10230945_d2rq.png "在这里输入图片标题")