コード例 #1
0
        public async Task ShouldGetMembershipById()
        {
            var membership = await _wxTeamsApi.GetMembershipAsync(StaticTestingValues.JRoomMembership);

            membership.Should().NotBeNull();
            membership.RoomId.Should().Be(StaticTestingValues.JRoom);
        }