Commit 3a4dbe9
committed
Invoke specific tests in WebMvcAutoConfigurationTest
Replace the generic testWebEndpoints() call with explicit this.testHelloWorld() and this.testGreeting() invocations to run specific endpoint checks. Also remove the now-unused TestController import. Retains the webMvcExtensionConfiguration null assertion and improves clarity of which endpoints are tested.1 parent 62249a7 commit 3a4dbe9
1 file changed
Lines changed: 2 additions & 2 deletions
File tree
- microsphere-spring-boot-webmvc/src/test/java/io/microsphere/spring/boot/webmvc/autoconfigure
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
47 | 46 | | |
48 | 47 | | |
49 | 48 | | |
50 | | - | |
| 49 | + | |
| 50 | + | |
51 | 51 | | |
52 | 52 | | |
0 commit comments