BoardGameGeekApiClient.Tests.UnitTests.BoardGameGeekClient.GetUserGames_Tests.When_ApiDownload_Throw_Exception.Then_Result_Is_Empty C# (CSharp) Method

Then_Result_Is_Empty() private method

private Then_Result_Is_Empty ( ) : void
return void
            public void Then_Result_Is_Empty()
            {
                Assert.IsEmpty(Result);
            }
        }
GetUserGames_Tests.When_ApiDownload_Throw_Exception