zoukankan
html css js c++ java
Microsoft Fakes框架
Visual studio 2012RC中自带了一个Microsoft Fakes框架,可以用来mock .NET的任何方法,包括非virtual和static的方法。(Moq只能mock virutal的方法),从下面的链接可以找到更多的信息。
Isolating Unit Test Methods with Microsoft Fakes
我也写了一个用Microsoft Fakes的小例子,可以在这里找到。
fresky/MSFackExample
查看全文
相关阅读:
BPF and eBPF linux
o-sync-and-o-direct
linux performance test
iostat
MYSQL IO innodb-buffer-pool
MYSQL file types redo log
read pread write pwrite open
CORE DUMP
linux kernel的中断子系统 softirq
linux KERNEL 问题
原文地址:https://www.cnblogs.com/fresky/p/2577199.html
最新文章
compiled inline cache
gdb
JAVA calling convention
jni
Assembly
TransitiveClosure
graal
JIT IR,C2
kernelnewbies
brendangregg
热门文章
linux perf and tracer ,java Flame Graph
JAVA ,JVM 调试
perf
Strace
Page Cache buffer Cache
linux 并发 RCU
linux kernel source code analysis
perfbook
Persistent-Memory
linux memory
Copyright © 2011-2022 走看看