File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
spring-boot-project/spring-boot-docs/src/main/asciidoc Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6613,8 +6613,8 @@ specific slices>> of an application.
6613
6613
6614
6614
TIP: If you are using JUnit 4, don't forget to also add `@RunWith(SpringRunner.class)` to
6615
6615
your test, otherwise the annotations will be ignored. If you are using JUnit 5, there's no
6616
- need to add the equivalent `@ExtendWith(SpringExtension.class)` as `@SpringBootTest` and the
6617
- other `@…Test` annotations are already annotated with it.
6616
+ need to add the equivalent `@ExtendWith(SpringExtension.class)` as `@SpringBootTest` and
6617
+ the other `@…Test` annotations are already annotated with it.
6618
6618
6619
6619
By default, `@SpringBootTest` will not start a server. You can use the `webEnvironment`
6620
6620
attribute of `@SpringBootTest` to further refine how your tests run:
You can’t perform that action at this time.
0 commit comments