单元测试
听心的原因
前端,java,大数据,服务器集群,数据编码,视频编码。
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
spring 单元测试之Service 层
import java.util.List;import org.junit.Test;import org.junit.runner.RunWith;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.test.context.ContextConfigura...原创 2019-05-08 14:20:04 · 835 阅读 · 0 评论 -
spring 单元测试之 Dao 层
import java.util.List;import org.junit.Test;import org.junit.runner.RunWith;import org.springframework.beans.factory.annotation.Autowired;import org.springframework.test.context.ContextConfigura...原创 2019-05-08 14:21:33 · 418 阅读 · 0 评论 -
spring 单元测试之controller 层
测试 Controller POST 返回 JSONimport org.junit.Assert;import org.junit.Before;import org.junit.Test;import org.junit.runner.RunWith;import org.springframework.beans.factory.annotation.Au...原创 2019-05-08 14:23:15 · 416 阅读 · 0 评论
分享