BoardGameGeekApiClient.Tests.IntegrationTests.GetGameThumbnail_IntegrationTests.When_GameId_Not_Exists.Then_Return_Empty C# (CSharp) Method

Then_Return_Empty() private method

private Then_Return_Empty ( ) : void
return void
            public void Then_Return_Empty()
            {
                Assert.IsEmpty(Result);
            }
GetGameThumbnail_IntegrationTests.When_GameId_Not_Exists