BoardGameGeekApiClient.Tests.UnitTests.BoardGameGeekClient.GetUserGames_Tests.When_ApiDownload_Throw_Exception.Then_Result_Is_Empty C# (CSharp) Méthode

Then_Result_Is_Empty() private méthode

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