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

Method testWeComAppPush

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

Source from the content-addressed store, hash-verified

113 }
114
115 @Test
116 void testWeComAppPush() {
117 PushMetaInfo pushMetaInfo = PushMetaInfo.builder()
118 .token("")
119 .secret("")
120 .agentId(0)
121 .build();
122 PushResult pushResult = new WeComAppPush().doPush(pushMetaInfo, "testWeComAppPush");
123 assertTrue(pushResult.isSuccess());
124 }
125}

Callers

nothing calls this directly

Calls 1

doPushMethod · 0.65

Tested by

no test coverage detected