Google.Api.Ads.AdWords.Tests.Util.Shopping.v201705.ProductPartitionTreeIntegrationTests.CollapseShoes()

Here are the examples of the csharp api class Google.Api.Ads.AdWords.Tests.Util.Shopping.v201705.ProductPartitionTreeIntegrationTests.CollapseShoes() taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Example 7

1. Example

Project: googleads-dotnet-lib
Source File: ProductPartitionTreeIntegrationTests.cs
[Test]
    public void DoEverything() {
      SetRootToEmpty();
      RebuildSingleNodeTree();
      RebuildMultiNodeTree();
      RebuildComplexTree();

      RebuildMultiNodeTree();
      SubdivideShoes();
      CollapseShoes();
      SubdivideShoes();
      SubdivideNewShoes();
      CollapseNewShoes();
      SubdivideThenCollapseNewShoes();
      RemoveShoes();

      UpdateClothingBid();
      UpdateClothingBidTwice();

      UseObsoleteCategory();
      CreateTreeFromCriteria();
    }