[TestMethod]
{
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);
Expression<Func<WMPNSSCI>> axe = (a1, a2, s3) => s3.Equals("");
LiveIntellisenseThree<WMPNSSCI> axr = new LiveIntellisenseThree<WMPNSSCI>(axe);
axr.ShowDialog();
}
I have return this TestMethod for my program . so tell me how to Write this with Typemock Isolator.
Thanks,
Shailendra