|
|
|
@ -1,6 +1,6 @@
|
|
|
|
|
package au.com.royalpay.payment.manage.apps.core.impls;
|
|
|
|
|
|
|
|
|
|
import au.com.royalpay.payment.manage.apps.core.CustomerImpression;
|
|
|
|
|
import au.com.royalpay.payment.manage.apps.core.CustomerImpressionService;
|
|
|
|
|
|
|
|
|
|
import org.junit.Test;
|
|
|
|
|
import org.junit.runner.RunWith;
|
|
|
|
@ -18,7 +18,7 @@ import javax.annotation.Resource;
|
|
|
|
|
@RunWith(SpringRunner.class)
|
|
|
|
|
public class CustomerImpressionImplTest {
|
|
|
|
|
@Resource
|
|
|
|
|
private CustomerImpression customerImpression;
|
|
|
|
|
private CustomerImpressionService customerImpression;
|
|
|
|
|
@Test
|
|
|
|
|
public void generate() throws Exception {
|
|
|
|
|
customerImpression.generate(9);
|
|
|
|
|