BoardGameGeekApiClient.Tests.IntegrationTests.GetGameDetails_IntegrationTests.When_GameId_Exists.Then_GameId_Matches_The_Queried_Id C# (CSharp) Method

Then_GameId_Matches_The_Queried_Id() private method

private Then_GameId_Matches_The_Queried_Id ( ) : void
return void
            public void Then_GameId_Matches_The_Queried_Id()
            {
                Assert.AreEqual(_result.GameId, GameId);
            }
        }
GetGameDetails_IntegrationTests.When_GameId_Exists