摘要:
代码样例: 在如下的fun函数中存在printf语句,如果下面的代码片段想要达到100%的覆盖率,则需要考虑打桩printf函数,并且在桩中修改参数d所指向的值。 int fun(int a, int b) {char d[10] = "hello";//char d[10];printf("+++ 阅读全文
摘要:
其中重点需要注意几个技术点: 其中的方法如下所示可以用来获取统计函数的调用次数: int getIterationCount(java.lang.String method_id) —— Increment and retrieve the iteration count for a stubbed 阅读全文