|
|
@@ -1,20 +1,18 @@ |
|
|
|
package cn.binarywang.wx.miniapp.api.impl; |
|
|
|
|
|
|
|
import cn.binarywang.wx.miniapp.test.TestConfig; |
|
|
|
import com.google.common.collect.ImmutableMap; |
|
|
|
import jdk.nashorn.internal.ir.annotations.Immutable; |
|
|
|
import me.chanjar.weixin.common.error.WxErrorException; |
|
|
|
import org.testng.annotations.*; |
|
|
|
|
|
|
|
import cn.binarywang.wx.miniapp.api.WxMaService; |
|
|
|
import cn.binarywang.wx.miniapp.bean.WxMaPhoneNumberInfo; |
|
|
|
import cn.binarywang.wx.miniapp.bean.WxMaUserInfo; |
|
|
|
import cn.binarywang.wx.miniapp.test.ApiTestModule; |
|
|
|
import cn.binarywang.wx.miniapp.test.TestConfig; |
|
|
|
import com.google.common.collect.ImmutableMap; |
|
|
|
import com.google.inject.Inject; |
|
|
|
import me.chanjar.weixin.common.error.WxErrorException; |
|
|
|
import org.testng.annotations.Guice; |
|
|
|
import org.testng.annotations.Test; |
|
|
|
|
|
|
|
import javax.management.ImmutableDescriptor; |
|
|
|
|
|
|
|
import static org.testng.Assert.*; |
|
|
|
import static org.testng.Assert.assertNotNull; |
|
|
|
import static org.testng.Assert.assertTrue; |
|
|
|
|
|
|
|
/** |
|
|
|
* 测试用户相关的接口 |
|
|
|