Beispiel #1
0
 public void WhenIAddTheItem(string item)
 {
     Context.Actor().When(ToDoItem.AddAToDoItem(item));
 }