From ed836e830a9ec0568c51444efb450cfb1b74f1a2 Mon Sep 17 00:00:00 2001 From: qibaoguang Date: Fri, 27 Feb 2015 21:15:15 +0800 Subject: [PATCH] Update 35. Testing.md --- IV. Spring Boot features/35. Testing.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/IV. Spring Boot features/35. Testing.md b/IV. Spring Boot features/35. Testing.md index e69de29..855164c 100644 --- a/IV. Spring Boot features/35. Testing.md +++ b/IV. Spring Boot features/35. Testing.md @@ -0,0 +1,3 @@ +### 35. 测试 + +Spring Boot提供很多有用的测试应用的工具。spring-boot-starter-test POM提供Spring Test,JUnit,Hamcrest和Mockito的依赖。在spring-boot核心模块org.springframework.boot.test包下也有很多有用的测试工具。