概述
Library飘红,junit测试代码报错
请教具体是否添加什么依赖或者是这么写不对呢
/*
* This Java source file was generated by the Gradle 'init' task.
*/
package com.webbuilder;
import org.junit.jupiter.api.Test;
import static org.junit.jupiter.api.Assertions.*;
class LibraryTest {
@Test void testSomeLibraryMethod() {
Library classUnderTest = new Library();
assertTrue(classUnderTest.someLibraryMethod(), "someLibraryMethod should return 'true'");
}
}
最后
以上就是正直台灯为你收集整理的Library飘红,junit测试代码报错的全部内容,希望文章能够帮你解决Library飘红,junit测试代码报错所遇到的程序开发问题。
如果觉得靠谱客网站的内容还不错,欢迎将靠谱客网站推荐给程序员好友。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复