使用模拟框架进行测试Testing with a mocking framework 用于创建测试双精度的选项Options for creating test doubles 用预 EF6 版本测试Testing with pre-EF6 versions EF 内存中测试的限制双精度Limitations of EF in-memory test d...
使用代理Working with proxies 禁用代理创建Disabling proxy creation 显式创建代理的实例Explicitly creating an instance of a proxy 从代理类型获取实际实体类型Getting the actual entity type from a proxy type 使用代...
使用 make 使用 make 利用 configure 所产生的Makefile 文件有几个预先设定的目标可供使用: 目标 用途 make all 产生预设的目标,只敲入make 也可以 make clean 清除编译结果 make distclean 除了清除编译结果,也把configure所产生的 Makefile 清除掉 make ...