コード例 #1
0
 public void Revalidate_PerformsPropertyAndViewModelValidation()
 {
     Revalidator.Revalidate(VM, ValidationScope.SelfAndAllDescendants);
     Assert.AreEqual(RevalidateDescendants + RevalidateProperty + RevalidateViewModel, ActionLog);
 }