public class PushTest extends BaseTest
| 构造器和说明 | 
|---|
PushTest()  | 
| 限定符和类型 | 方法和说明 | 
|---|---|
void | 
testAdvancedPush()
推送高级接口
 
 参见文档 https://help.aliyun.com/document_detail/48089.html
 // 
 | 
void | 
testCancelPush()
取消定时推送
 
 // 
 | 
void | 
testPushMessageToAndroid()
推送消息给android
 
 参见文档 https://help.aliyun.com/document_detail/48085.html 
 | 
void | 
testPushMessageToIOS()
推送消息给iOS
 
 参见文档 https://help.aliyun.com/document_detail/48086.html 
 | 
void | 
testPushNoticeToAndroid()
推送通知给android
 
 参见文档 https://help.aliyun.com/document_detail/48087.html 
 | 
void | 
testPushNoticeToIOS_toAll()
推送通知给iOS
 
 参见文档 https://help.aliyun.com/document_detail/48088.html 
 | 
beforeClasspublic void testPushMessageToAndroid()
                              throws java.lang.Exception
参见文档 https://help.aliyun.com/document_detail/48085.html
java.lang.Exceptionpublic void testPushNoticeToAndroid()
                             throws java.lang.Exception
参见文档 https://help.aliyun.com/document_detail/48087.html
java.lang.Exceptionpublic void testPushMessageToIOS()
                          throws java.lang.Exception
参见文档 https://help.aliyun.com/document_detail/48086.html
java.lang.Exceptionpublic void testPushNoticeToIOS_toAll()
                               throws java.lang.Exception
参见文档 https://help.aliyun.com/document_detail/48088.html
java.lang.Exceptionpublic void testAdvancedPush()
                      throws java.lang.Exception
参见文档 https://help.aliyun.com/document_detail/48089.html //
java.lang.Exceptionpublic void testCancelPush()
                    throws java.lang.Exception
//
java.lang.Exception