摘要: 示例 主要是利用到了RequestContextHolder这个类。 除此以外,还能通过RequestAttributes对象,分别获得Session、Request、Response对象 避免了在控制层用HttpServletRequest入参,然后将request转递到业务层已获取HttpSes 阅读全文
posted @ 2017-09-17 22:06 Deolin 阅读(782) 评论(0) 推荐(0) 编辑
摘要: 1、pom.xml追加 junit spring-test 2、测试共通类 3、示例 4、如果想测试除post以外的请求,可以调用MockMvcRequestBuilders的get, put等方法 5、类似于URL中的“?page=2”的参数,可以调用MockMvcRequestBuilders的 阅读全文
posted @ 2017-09-17 20:01 Deolin 阅读(1043) 评论(0) 推荐(0) 编辑