您的位置:首页 > 科技 > IT业 > 软件工程师证书报考要求_重庆市设计院官网_营销网络的建设有哪些_佛山网站建设正规公司

软件工程师证书报考要求_重庆市设计院官网_营销网络的建设有哪些_佛山网站建设正规公司

2024/11/14 4:32:43 来源:https://blog.csdn.net/gps666666/article/details/143515141  浏览:    关键词:软件工程师证书报考要求_重庆市设计院官网_营销网络的建设有哪些_佛山网站建设正规公司
软件工程师证书报考要求_重庆市设计院官网_营销网络的建设有哪些_佛山网站建设正规公司

1、在【ruoyi-admin】的pom.xml下添加依赖

        <!-- 单元测试--><dependency><groupId>org.springframework.boot</groupId><artifactId>spring-boot-test</artifactId><scope>test</scope></dependency><dependency><groupId>org.junit.jupiter</groupId><artifactId>junit-jupiter</artifactId><scope>test</scope></dependency><dependency><groupId>org.springframework</groupId><artifactId>spring-test</artifactId><scope>test</scope></dependency>

2、update一下maven(确认单元测试已经添加进来)

3、添加在src下创建test模块(与main同级)

 

4.创建测试类

import com.aide.CMSApplication;
import com.aide.mqtt.parse.domain.DataFile;
import org.junit.jupiter.api.Test;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.boot.test.context.SpringBootTest;@SpringBootTest(classes = CMSApplication.class, webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
public class UnitTest {@Autowiredprivate DataFile dataFile;@Testpublic void test1() {System.out.println(dataFile.toString());}
}

 5.测试结果

版权声明:

本网仅为发布的内容提供存储空间,不对发表、转载的内容提供任何形式的保证。凡本网注明“来源:XXX网络”的作品,均转载自其它媒体,著作权归作者所有,商业转载请联系作者获得授权,非商业转载请注明出处。

我们尊重并感谢每一位作者,均已注明文章来源和作者。如因作品内容、版权或其它问题,请及时与我们联系,联系邮箱:809451989@qq.com,投稿邮箱:809451989@qq.com