-
Notifications
You must be signed in to change notification settings - Fork 101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
单元测试指南 | 闪烁之狐 #64
Labels
Comments
楼主,我按照你的主题自己搭了一个,为什么makrdown背景是黑色的呀,怎么修改成和你一样的浅绿色的背景,而且shell脚本没有高亮 |
@iamazy 可以自己改背景色,在主题的 pre {
background-color: #263238 !important;
} shell 脚本没高亮,说明你写代码的语言没有写对吧,你应该在 ``` 之后加
|
楼主写文章真的用心,一篇文章写这么高大全,一网打尽。学习了 |
这句话描述powermock的话,我不太理解。那测试架构设计良好的代码怎么测试static和private方法呢? |
大佬,demo的代码有github地址么? 感谢感谢 |
@happytoTom 好久了,找不到了,你直接跟着代码写就行了。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
https://blinkfox.github.io/2018/11/15/hou-duan/java/dan-yuan-ce-shi-zhi-nan/
一、必要性在我们公司中要做单元测试,确实比较难,因为公司缺少这种氛围,有也只是局部的,大多数工程师没有这方面的习惯和素养,很多人都是有一定的抵触的心理,经过我私下的了解大概有以下几种原因吧。
写单元测试太耗费时间了,项目要赶进度,编写单元
The text was updated successfully, but these errors were encountered: