MCPcopy Create free account
hub / github.com/OreosLab/bili / testWeComPush

Method testWeComPush

src/test/java/top/misec/task/PushTest.java:103–113  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

101 }
102
103 @Test
104 public void testWeComPush() {
105
106 PushMetaInfo pushMetaInfo = PushMetaInfo.builder()
107 .chatId("")
108 .token("")
109 .secret("")
110 .build();
111 PushResult pushResult = new WeComPush().doPush(pushMetaInfo, "testWeComPush");
112 assertTrue(pushResult.isSuccess());
113 }
114
115 @Test
116 void testWeComAppPush() {

Callers

nothing calls this directly

Calls 1

doPushMethod · 0.65

Tested by

no test coverage detected