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飘红内容请搜索靠谱客的其他文章。
本图文内容来源于网友提供,作为学习参考使用,或来自网络收集整理,版权属于原作者所有。
发表评论 取消回复