//package com.supersavedriving.driver;
|
//
|
//import com.supersavedriving.driver.modular.system.model.WeatherCity;
|
//import com.supersavedriving.driver.modular.system.service.IAccountChangeDetailService;
|
//import com.supersavedriving.driver.modular.system.service.IOrderService;
|
//import com.supersavedriving.driver.modular.system.service.IWeatherCityService;
|
//import com.supersavedriving.driver.modular.system.util.ResultUtil;
|
//import com.supersavedriving.driver.modular.system.util.juhe.WeatherCityInfo;
|
//import com.supersavedriving.driver.modular.system.util.juhe.WeatherUtil;
|
//import org.junit.Test;
|
//import org.junit.runner.RunWith;
|
//import org.springframework.beans.BeanUtils;
|
//import org.springframework.beans.factory.annotation.Autowired;
|
//import org.springframework.boot.test.context.SpringBootTest;
|
//import org.springframework.test.context.junit4.SpringRunner;
|
//
|
//
|
//@RunWith(SpringRunner.class)
|
//@SpringBootTest
|
//public class GunsApplicationTest {
|
//
|
// @Autowired
|
// private IOrderService orderService;
|
//
|
//
|
// @Test
|
// public void test() throws Exception {
|
// ResultUtil resultUtil = orderService.rejectionOrder(1, 1L);
|
// }
|
//}
|