Exemplo n.º 1
0
 public void TestName()
 {
     _autho.SetName("testName");
     Assert.AreEqual("testName", _autho.GetName());
 }