BoardGameGeekApiClient.Tests.IntegrationTests.SearchBoardGames_IntegrationTests.When_Make_A_Partial_Match_Query.When_Query_Not_Match_A_Game.SetUp C# (CSharp) Method

SetUp() private method

private SetUp ( ) : void
return void
                public override void SetUp()
                {
                    Query = "this game does not exists (or i least i hope so). now a random string: asdiasjdkoashdfkawhfi89wfy234ukzc&";
                    base.SetUp();
                }
SearchBoardGames_IntegrationTests.When_Make_A_Partial_Match_Query.When_Query_Not_Match_A_Game