Ejemplo n.º 1
0
 public void DifferentImagesFoundDifferent()
 {
     se.TakeBaseScreen("id=img_1");
     se.SetScreenDiffTolerance("0");
     se.Click("id=img_1");
     Assert.ThrowsException <ComparisonAssertionException>(
         () => se.VerifyScreenDiff("id=img_1"));
 }