BoardGameGeekApiClient.Tests.UnitTests.BoardGameGeekClient.GetGameThumbnail_Tests.When_ApiDownload_Returns_No_Item.Then_Result_Is_Null C# (CSharp) Method

Then_Result_Is_Null() private method

private Then_Result_Is_Null ( ) : void
return void
            public void Then_Result_Is_Null()
            {
                Assert.IsEmpty(Result);
            }
        }
GetGameThumbnail_Tests.When_ApiDownload_Returns_No_Item