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