我正在关注 apress mvc4 收据书,但我很难理解以下示例
// act
ViewResult result = controller.Index() as ViewResult;
// assert
Assert.IsInstanceOfType(result.Model,typeof(List<Architect>))
这条线
Assert.IsInstanceOfType(result.Model,typeof(List<Architect>))
抛出两个错误
- Argument1:无法从对象转换为 System.Type
- Nunit.Framework.Assert.IsInstanceOfType(System.Type, object) 的最佳重载方法匹配有一些无效参数