1
0
mirror of synced 2025-12-20 23:58:05 +08:00

🎨 优化完善部分接口javadoc

This commit is contained in:
Binary Wang
2020-03-28 18:10:38 +08:00
parent 8c15b3b4b5
commit ef6e2dd6c0
4 changed files with 357 additions and 3 deletions

View File

@@ -151,4 +151,300 @@ public class BaseWxMpServiceImplTest {
assertEquals(set.size(), 1);
}
@Test
public void testCheckSignature() {
}
@Test
public void testGetTicket() {
}
@Test
public void testTestGetTicket() {
}
@Test
public void testGetJsapiTicket() {
}
@Test
public void testTestGetJsapiTicket() {
}
@Test
public void testCreateJsapiSignature() {
}
@Test
public void testGetAccessToken() {
}
@Test
public void testSemanticQuery() {
}
@Test
public void testOauth2buildAuthorizationUrl() {
}
@Test
public void testBuildQrConnectUrl() {
}
@Test
public void testOauth2getAccessToken() {
}
@Test
public void testOauth2refreshAccessToken() {
}
@Test
public void testOauth2getUserInfo() {
}
@Test
public void testOauth2validateAccessToken() {
}
@Test
public void testGetCurrentAutoReplyInfo() {
}
@Test
public void testClearQuota() {
}
@Test
public void testGet() {
}
@Test
public void testTestGet() {
}
@Test
public void testPost() {
}
@Test
public void testTestPost() {
}
@Test
public void testExecute() {
}
@Test
public void testTestExecute() {
}
@Test
public void testExecuteInternal() {
}
@Test
public void testGetWxMpConfigStorage() {
}
@Test
public void testSetWxMpConfigStorage() {
}
@Test
public void testSetMultiConfigStorages() {
}
@Test
public void testTestSetMultiConfigStorages() {
}
@Test
public void testAddConfigStorage() {
}
@Test
public void testRemoveConfigStorage() {
}
@Test
public void testSetRetrySleepMillis() {
}
@Test
public void testSetMaxRetryTimes() {
}
@Test
public void testGetKefuService() {
}
@Test
public void testGetMaterialService() {
}
@Test
public void testGetMenuService() {
}
@Test
public void testGetUserService() {
}
@Test
public void testGetUserTagService() {
}
@Test
public void testGetQrcodeService() {
}
@Test
public void testGetCardService() {
}
@Test
public void testGetDataCubeService() {
}
@Test
public void testGetBlackListService() {
}
@Test
public void testGetStoreService() {
}
@Test
public void testGetTemplateMsgService() {
}
@Test
public void testGetSubscribeMsgService() {
}
@Test
public void testGetDeviceService() {
}
@Test
public void testGetShakeService() {
}
@Test
public void testGetMemberCardService() {
}
@Test
public void testGetRequestHttp() {
}
@Test
public void testGetMassMessageService() {
}
@Test
public void testSetKefuService() {
}
@Test
public void testSetMaterialService() {
}
@Test
public void testSetMenuService() {
}
@Test
public void testSetUserService() {
}
@Test
public void testSetTagService() {
}
@Test
public void testSetQrCodeService() {
}
@Test
public void testSetCardService() {
}
@Test
public void testSetStoreService() {
}
@Test
public void testSetDataCubeService() {
}
@Test
public void testSetBlackListService() {
}
@Test
public void testSetTemplateMsgService() {
}
@Test
public void testSetDeviceService() {
}
@Test
public void testSetShakeService() {
}
@Test
public void testSetMemberCardService() {
}
@Test
public void testSetMassMessageService() {
}
@Test
public void testGetAiOpenService() {
}
@Test
public void testSetAiOpenService() {
}
@Test
public void testGetWifiService() {
}
@Test
public void testGetOcrService() {
}
@Test
public void testGetMarketingService() {
}
@Test
public void testSetMarketingService() {
}
@Test
public void testSetOcrService() {
}
@Test
public void testGetCommentService() {
}
@Test
public void testSetCommentService() {
}
@Test
public void testGetImgProcService() {
}
@Test
public void testSetImgProcService() {
}
}