WallPostFromGroupTest.java 文件源码

java
阅读 23 收藏 0 点赞 0 评论 0

项目:VKMusicUploader 作者:
@Test
public void test() throws IOException {
    MatcherAssert.assertThat(
        "Incorrect query map produced.",
        new WallPostFromGroup(
            new WallPostBase(
                new VkApiClient(
                    new TransportClientCached(
                        ""
                    )
                ),
                new UserActor(
                    0,
                    "1"
                )
            )
        ).construct().build(),
        Matchers.allOf(
            Matchers.hasEntry("access_token", "1"),
            Matchers.hasEntry("v", "5.63"),
            Matchers.hasEntry("from_group", "1")
        )
    );
}
评论列表
文章目录


问题


面经


文章

微信
公众号

扫码关注公众号