Commit 9201d5f
committed
Add projects map to test config properties
Extend `TestConfigurationProperties` with a `projects` field of type `Map<String, List<ProjectInfoProperties>>`, including accessor methods and the required import. This broadens test coverage for binding nested map/list configuration structures.1 parent 838639c commit 9201d5f
1 file changed
Lines changed: 11 additions & 0 deletions
File tree
- microsphere-spring-boot-core/src/test/java/io/microsphere/spring/boot/context/properties
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
40 | 41 | | |
41 | 42 | | |
42 | 43 | | |
| 44 | + | |
| 45 | + | |
43 | 46 | | |
44 | 47 | | |
45 | 48 | | |
| |||
71 | 74 | | |
72 | 75 | | |
73 | 76 | | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
74 | 85 | | |
0 commit comments