public void It_should_still_show_the_old_name_in_the_view_since_no_notifiction_has_been_sent() { Assert.That(_view.Property(vm => vm.Name), Is.EqualTo("Default")); }
public void It_can_retrieve_the_correct_value_by_lambda() { Assert.That(_view.Property(vm => vm.Name), Is.EqualTo("One")); }