|
|
package com.yoho.message.test;
|
|
|
package com.yoho.message.sdk.test;
|
|
|
|
|
|
import javax.annotation.Resource;
|
|
|
|
...
|
...
|
@@ -10,7 +10,7 @@ import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; |
|
|
import com.yoho.message.sdk.service.order.ISendOrderMessage;
|
|
|
|
|
|
@RunWith(SpringJUnit4ClassRunner.class)
|
|
|
@ContextConfiguration(locations = { "classpath*:META-INF/spring/spring*.xml" })
|
|
|
@ContextConfiguration(locations = { "classpath*:META-INF/spring/spring-*.xml" })
|
|
|
public class TestSendOrderMessage {
|
|
|
|
|
|
@Resource
|
...
|
...
|
|