
UnitTest
yexianyi
Software Architect @ Siemens
Email: yexianyi@hotmail.com
Linkedin: http://cn.linkedin.com/in/yexianyi/
Github: https://github.com/yexianyi/
展开
-
JUnit 快速教程
JUnit CookbookKent Beck, Erich GammaHere is a short cookbook showing you the steps you can follow in writing and organizing your own tests using JUnit. Simple Test CaseHow do you write testi转载 2009-01-23 09:39:00 · 1030 阅读 · 0 评论 -
Junit: How to skip a test case in Junit ?
If you using JUnit 4.x, you If you using JUnit 4.x, you can follow this way 1 @Ignore // add this annotation to ignore following method 2 @Test 3 public原创 2010-08-05 14:43:00 · 1678 阅读 · 0 评论 -
Arquillian Exception:java.lang.NoClassDefFoundError
Issue: When you deploy and run Arquillian testcase, you may encountered java.lang.NoClassDefFoundError exception like following. Exception: 15:07:54,364 INFO [org.jboss.as.repository] (manageme原创 2013-11-27 15:11:34 · 2402 阅读 · 0 评论