cookbook:ut
差别
这里会显示出您选择的修订版和当前版本之间的差别。
| 两侧同时换到之前的修订记录前一修订版 | |||
| cookbook:ut [2021/10/19 14:57] – plough | cookbook:ut [2022/01/10 13:09] (当前版本) – plough | ||
|---|---|---|---|
| 行 16: | 行 16: | ||
| File resFile = client.downloadFile(fileId); | File resFile = client.downloadFile(fileId); | ||
| assertEquals(captor.getValue().getId(), | assertEquals(captor.getValue().getId(), | ||
| + | </ | ||
| + | |||
| + | ===== Spring UT ===== | ||
| + | < | ||
| + | @SpringBootTest | ||
| + | @TestPropertySource(locations = " | ||
| + | public class ColumnStrategyManagerTest extends AbstractTestNGSpringContextTests { | ||
| + | @Autowired ApplicationContext ctx; | ||
| + | ... | ||
| </ | </ | ||
cookbook/ut.1634626663.txt.gz · 最后更改: 2021/10/19 14:57 由 plough