2
我以下A按mvc4收據書,我用下面的例子Assert.IsInstanceOfType不能從對象轉換爲System.Type的
// act
ViewResult result = controller.Index() as ViewResult;
// assert
Assert.IsInstanceOfType(result.Model,typeof(List<Architect>))
此行
Assert.IsInstanceOfType(result.Model,typeof(List<Architect>))
拋出兩個錯誤的鬥爭
- 參數1:無法從對象轉換爲System.Type
- Nunit.Framework.Assert.IsInstanceOfType(System.Type的,對象)的最佳重載的方法匹配具有一些無效參數