Store properties file in resources directory.
This commit is contained in:
parent
710b11e170
commit
824668eed0
@ -0,0 +1,17 @@
|
||||
package com.foxinmy.weixin4j.api;
|
||||
|
||||
import static org.junit.Assert.assertNotNull;
|
||||
|
||||
import org.junit.Test;
|
||||
|
||||
import com.foxinmy.weixin4j.model.WeixinPayAccount;
|
||||
|
||||
public class MchApiTest {
|
||||
|
||||
@Test
|
||||
public void testWeixinBundle() {
|
||||
MchApi mchApi = new MchApi(new WeixinPayAccount(null, null, null));
|
||||
assertNotNull(mchApi.weixinBundle());
|
||||
}
|
||||
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user