
测试
文章平均质量分 80
mrying
这个作者很懒,什么都没留下…
展开
-
java中的断言assert
一、assertion的意义和用法J2SE 1.4在语言上提供了一个新特性,就是assertion功能,它是该版本在Java语言方面最大的革新。从理论上来说,通过 assertion方式可以证明程序的正确性,但是这是一项相当复杂的工作,目前还没有太多的实践意义。转载 2011-08-10 09:22:18 · 495 阅读 · 0 评论 -
Using mockito in java
If you’ve spent any time writing unit tests then you’ll know that it’s not always straight-forward. Certain things are inherently hard to te转载 2011-08-12 10:06:03 · 816 阅读 · 0 评论