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

assertequals

assertequals无法调用   可以讲解一下assertequals的使用?

正在回答

1 回答

import com.microapp.minapp.entity.Area;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.junit4.SpringRunner;

import java.util.Date;
import java.util.List;

import static org.junit.Assert.*;

@RunWith(SpringRunner.class)
@SpringBootTest
public class AreaDaoTest {

    @Autowired
    private AreaDao areaDao;

    @Test
    public void queryArea() {
        List<Area> areaList = areaDao.queryArea();
        assertEquals(1,areaList.size());

    }

看看是否jar没有引入

是不是注释没有写全

检查jdk版本是不是1.8


0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

assertequals

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信