赞
踩
- @RunWith(SpringJUnit4ClassRunner.class)
- @SpringApplicationConfiguration(classes = SwsApplication.class)
- public class AlarmTest {
- @Autowired
- IAlarmService alarmService;
-
- @Test
- public void test1(){
- List<AlarmDto> alarmDtos = alarmService.getAllAlarms();
- TestUtils.chrismasTree();
- System.out.println(alarmDtos);
- }
- }
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。