BoardGameGeekApiClient.Tests.UnitTests.BoardGameGeekClient.SearchBoardGames_Tests.When_ApiDownload_Returns_Correct_Data.Then_Returns_A_Filled_List C# (CSharp) Method

Then_Returns_A_Filled_List() private method

private Then_Returns_A_Filled_List ( ) : void
return void
            public void Then_Returns_A_Filled_List()
            {
                Assert.IsNotEmpty(Result);
            }
        }
SearchBoardGames_Tests.When_ApiDownload_Returns_Correct_Data