Esempio n. 1
0
        public IEnumerator TestMakeScreenShotAndCompare()
        {
            yield return(Interact.MakeScreenShotReference("reference"));

            yield return(Interact.MakeScreenshotAndCompare("test", "reference"));
        }
Esempio n. 2
0
 public IEnumerator TestMakeScreenShotReference()
 {
     yield return(Interact.MakeScreenShotReference("reference"));
 }