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

SetUp() private method

private SetUp ( ) : void
return void
            public virtual void SetUp()
            {
                Exact = true;
                Result = ApiClient.SearchBoardGames(Query, Exact);
            }
SearchBoardGames_IntegrationTests.When_Make_A_Exact_Match_Query