@RunWith(SpringJUnit4ClassRunner.class)@ContextConfiguration(locations = {"classpath:config/applicationContext.xml"})@ActiveProfiles("dev")public class BillTestBySpringTest {
@Autowired private EntBillTotalService entBillTotalService;