()
| 53 | } |
| 54 | |
| 55 | @Test |
| 56 | public void testPushPlusPush() { |
| 57 | |
| 58 | PushMetaInfo pushMetaInfo = PushMetaInfo.builder() |
| 59 | .chatId("") |
| 60 | .token("") |
| 61 | .secret("") |
| 62 | .build(); |
| 63 | PushResult pushResult = new PushPlusPush().doPush(pushMetaInfo, "testPushPlusPush"); |
| 64 | assertTrue(pushResult.isSuccess()); |
| 65 | } |
| 66 | |
| 67 | @Test |
| 68 | public void testServerChanPush() { |