BoardGameGeekApiClient.Tests.IntegrationTests.SearchBoardGames_IntegrationTests.When_Make_A_Partial_Match_Query.When_Query_Not_Match_A_Game.Then_Return_Empty_Array C# (CSharp) Метод

Then_Return_Empty_Array() приватный Метод

private Then_Return_Empty_Array ( ) : void
Результат void
                public void Then_Return_Empty_Array()
                {
                    Assert.IsNotNull(Result);
                    Assert.IsEmpty(Result);
                }
SearchBoardGames_IntegrationTests.When_Make_A_Partial_Match_Query.When_Query_Not_Match_A_Game