Beispiel #1
0
 public void shouldCallIsPlaying()
 {
     addJSPrefixCallToMock();
     mockProcessor.ExpectAndReturn("GetEval", "true", new object[] { "document['" + flashObjectId + "'].IsPlaying();" });
     Assert.AreEqual("true", flashSelenium.IsPlaying());
 }