Beispiel #1
0
 public void Test_Remove_Singular_Test()
 {
     _task2.Delete();
     Assert.IsFalse(_form.Tasks.Count == 2);
 }