随笔分类 - UT测试
摘要:1 import org.junit.Assert; 2 import org.junit.Before; 3 import org.junit.Test; 4 import org.junit.runner.RunWith; 5 import org.mockito.InjectMocks; 6
阅读全文
摘要:1 import org.junit.Assert; 2 import org.junit.Before; 3 import org.junit.Test; 4 import org.junit.runner.RunWith; 5 import org.mockito.InjectMocks; 6
阅读全文
摘要:1 import org.apache.commons.io.FileUtils; 2 import org.junit.Assert; 3 import org.junit.Before; 4 import org.junit.BeforeClass; 5 import org.junit.Tes
阅读全文
摘要:PowerMock 教程(配合 Jacoco) https://blog.csdn.net/weixin_59606804/article/details/122601778 java后端用mockito做单元测试,一直报错空指针问题 https://blog.csdn.net/m0_4627130
阅读全文
摘要:1 import org.apache.commons.io.FileUtils; 2 import org.junit.Assert; 3 import org.junit.Before; 4 import org.junit.BeforeClass; 5 import org.junit.Tes
阅读全文
摘要:1 import com.alibaba.fastjson.JSONArray; 2 import com.alibaba.fastjson.JSONObject; 3 import lombok.extern.slf4j.Slf4j; 4 import org.apache.commons.lan
阅读全文