Пример #1
0
 public void ExpectMsgBox(Type exceptionType, string helpLink)
 {
     AddExpectation("DsMsgBox",
                    new object[] { MockConstraint.IsInstanceOfType <Exception>(exceptionType), helpLink });
 }