junit.framework.AssertionFailedError: No tests found in错误解决办法
解决办法:
将大写的 TestAdd() 修改成 testAdd()即可,若是方法名仅为Add,请在方法名前加上test。
方法名前面不要大写
发布时间: 2012-08-25 10:06:20 作者: rapoo
junit.framework.AssertionFailedError: No tests found in错误解决办法
解决办法:
将大写的 TestAdd() 修改成 testAdd()即可,若是方法名仅为Add,请在方法名前加上test。
方法名前面不要大写