Beispiel #1
0
 public override object Create(CreationContext context, Type type)
 {
     return(MockFactory.GenerateStrictMock(new [] { type }));
 }