Esempio n. 1
0
 public void TestMethod1()
 {
     var o = new Object();
     o.Fmrn("Name", "Nick");
     Assert.AreEqual(o.Fmrn("Name"), "Nick");
 }