mrfangzheng

Hope and fear are useless. Be confident, and always be prepared for the worst.
  首页  :: 新随笔  :: 联系 :: 管理

2009年9月24日

摘要: Mock: 记录了接口被调用的顺序, 次数, 参数和返回值. 这些都必须在随后的测试上得到验证. 如果在Record时记录了一次接口的方法调用, 而测试对象实际上并没调用该接口的方法的话, 验证会失败. Stub: 记录了接口被调用的信息, 但不验证. 测试对象可能调用了这个接口, 也可能没有调用. 阅读全文

posted @ 2009-09-24 22:48 mrfangzheng 阅读(586) 评论(0) 推荐(0) 编辑

摘要: BitmapSource BitmapFrameBitmapSource image5 = BitmapSource.Create( width, height, 96, 96, PixelFormats.Indexed1, BitmapPalettes.WebPalette, pixels, stride); FileStream stream5 = new FileStream("palett... 阅读全文

posted @ 2009-09-24 11:43 mrfangzheng 阅读(191) 评论(0) 推荐(0) 编辑