Ejemplo n.º 1
0
 public void testCleanup()
 {
     task1    = null;
     task2    = null;
     task3    = null;
     todoList = null;
 }
Ejemplo n.º 2
0
 public void testInitialize()
 {
     task1    = new ToDoListNS.Task("task1", false);
     task2    = new ToDoListNS.Task("task2", false);
     task3    = new ToDoListNS.Task("task3", false);
     todoList = new ToDoListNS.ToDoList();
 }