public void shouldGetCurrentLabel() { addJSPrefixCallToMock(); mockProcessor.ExpectAndReturn("GetEval", "fortytwo", new object[] { "document['" + flashObjectId + "'].TCurrentLabel('/fortytwo');" }); Assert.AreEqual("fortytwo", flashSelenium.TCurrentLabel("/fortytwo")); }