コード例 #1
0
 private void TestMagnifyingGlass()
 {
     PpOperations.SelectSlide(6);
     PpOperations.SelectShape("selectMe");
     PplFeatures.MagnifyingGlassEffect();
     AssertIsSame(6, 7);
 }