BoardGameGeekApiClient.Tests.IntegrationTests.GetUserDetails_IntegrationTests.When_UserName_Exists.Then_UserName_Matches_The_Queried_Id C# (CSharp) Method

Then_UserName_Matches_The_Queried_Id() private method

private Then_UserName_Matches_The_Queried_Id ( ) : void
return void
            public void Then_UserName_Matches_The_Queried_Id()
            {
                Assert.AreEqual(_result.Name, UserName);
            }
        }
GetUserDetails_IntegrationTests.When_UserName_Exists