public void TestStretchLeftWithoutAspectRatio() { Microsoft.Office.Interop.PowerPoint.ShapeRange actualShapes = GetShapes(SlideNo.StretchOrigin, _shapeNames); Microsoft.Office.Interop.PowerPoint.ShapeRange expectedShapes = GetShapes(SlideNo.StretchLeft, _shapeNames); _resizeLab.StretchLeft(actualShapes); CheckShapes(expectedShapes, actualShapes); }
public void TestStretchLeftWithoutAspectRatio() { var actualShapes = GetShapes(SlideNo.StretchOrigin, _shapeNames); var expectedShapes = GetShapes(SlideNo.StretchLeft, _shapeNames); _resizeLab.StretchLeft(actualShapes); CheckShapes(expectedShapes, actualShapes); }