BoardGameGeekApiClient.Tests.UnitTests.BoardGameGeekClient.GetGameThumbnail_Tests.When_ApiDownload_Returns_Correct_Data.Then_Returns_Filled_Object C# (CSharp) 메소드

Then_Returns_Filled_Object() 개인적인 메소드

private Then_Returns_Filled_Object ( ) : void
리턴 void
            public void Then_Returns_Filled_Object()
            {
                Assert.IsNotEmpty(Result);
            }
        }
GetGameThumbnail_Tests.When_ApiDownload_Returns_Correct_Data