private void TestDrillDownBackground() { PplFeatures.SetZoomProperties(false, true); PpOperations.SelectSlide(10); PpOperations.SelectShape("Drill Down This Shape"); PplFeatures.DrillDown(); AssertIsSame(10, 13); AssertIsSame(11, 14); AssertIsSame(12, 15); }
private void TestDrillDown() { PplFeatures.SetZoomProperties(true, true); PpOperations.SelectSlide(4); PpOperations.SelectShape("Drill Down This Shape"); PplFeatures.DrillDown(); AssertIsSame(4, 7); AssertIsSame(5, 8); AssertIsSame(6, 9); }