1 Star 0 Fork 0

TestDev/bugfree

加入 Gitee
与超过 1400万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
tests.java 626 Bytes
一键复制 编辑 原始数据 按行查看 历史
TestDev 提交于 2020-05-26 14:38 +08:00 . 开源
import org.com.testpro.SpringBootApp;
import org.com.testpro.bugfreedata.Interface.DataAnalysis;
import org.springframework.boot.test.context.SpringBootTest;
import org.springframework.test.context.testng.AbstractTestNGSpringContextTests;
import org.testng.annotations.Test;
import javax.annotation.Resource;
@SpringBootTest(
classes = {SpringBootApp.class},
webEnvironment = SpringBootTest.WebEnvironment.NONE)
public class tests extends AbstractTestNGSpringContextTests {
@Resource(name = "BugFreeDataAnalysisImp")
DataAnalysis dataAnalysis;
@Test
public void tests() {
dataAnalysis.Analysis();
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Java
1
https://gitee.com/testdevops/bugfree.git
git@gitee.com:testdevops/bugfree.git
testdevops
bugfree
bugfree
master

搜索帮助