public void Exposed_TodoListItem_Behavior_Changes_Are_Tracked() { _list.FindById(_todoListItemId).Describe("Compose a crappy piece of music"); Assert.That(_list.GetChanges(), Is.EquivalentTo( new Object[] { new DescribedTodoListItem(_todoListItemId, "Compose a crappy piece of music") })); }