为了账号安全,请及时绑定邮箱和手机立即绑定

代码详细如下,执行后未有报错,但点击例子报标题错误?为什么

代码详细如下,执行后未有报错,但点击例子报标题错误?为什么

繁星淼淼 2022-12-18 20:18:24
package sample.test;import static org.junit.Assert.*;import org.databene.benerator.anno.Source;import org.databene.feed4junit.Feeder;import org.junit.After;import org.junit.AfterClass;import org.junit.Before;import org.junit.BeforeClass;import org.junit.Test;import org.junit.runner.RunWith;@RunWith(Feeder.class)public class feed4junit {@BeforeClasspublic static void setUpBeforeClass() throws Exception {}@AfterClasspublic static void tearDownAfterClass() throws Exception {}@Beforepublic void setUp() throws Exception {}@Afterpublic void tearDown() throws Exception {}@Test@Source()public void testCheck(){assertEquals(true,true);}}
查看完整描述

1 回答

?
猛跑小猪

TA贡献1858条经验 获得超8个赞

可以按照以下方法解决。

具体方法如下:

1、右键单击项目名,选择buildpath->add library,弹出配置add library对话框;

2、选择junit,next下一步;

3、这时系统会自动找到JUnit4.jar包,点击finish;

4、此时项目还是提示有错误。因为项目中没有导入junit4包。在程序开头处,键入“import org.junit.Test;”这时就ok了;

 


查看完整回答
反对 回复 2022-12-21
  • 1 回答
  • 0 关注
  • 87 浏览

添加回答

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信