diff --git a/IV. Spring Boot features/35.1. Test scope dependencies.md b/IV. Spring Boot features/35.1. Test scope dependencies.md index e145969..0c86528 100644 --- a/IV. Spring Boot features/35.1. Test scope dependencies.md +++ b/IV. Spring Boot features/35.1. Test scope dependencies.md @@ -2,7 +2,7 @@ 如果使用spring-boot-starter-test ‘Starter POM’(在test作用域内),你将发现下列被提供的库: - Spring Test - 对Spring应用的集成测试支持 -- JUnit - de-facto标准,用于Java应用的单元测试。 +- JUnit - 事实上的(de-facto)标准,用于Java应用的单元测试。 - Hamcrest - 一个匹配对象的库(也称为约束或前置条件),它允许assertThat等JUnit类型的断言。 - Mockito - 一个Java模拟框架。