开发者社区 问答 正文

请问各位在做hsf的单元测试时,PandoraBootRunner这个类在哪个包里?

提问中好像不能贴连接,文档是 “开发者指南→基于 Spring Boot 编程模型开发 EDAS 服务实践→单元测试” 中使用到了 PandoraBootRunner这个类。提供的pom文件中引用的3个阿里的jar包都不包含这个类。

展开
收起
qq843700497 2017-07-26 16:41:28 5197 分享 版权
1 条回答
写回答
取消 提交回答
  •     <dependency>
            <groupId>com.taobao.pandora</groupId>
            <artifactId>pandora-boot-test</artifactId>
            <version>2.1.9.7</version>
            <scope>test</scope>
        </dependency>
    

    com.taobao.pandora.boot.test.junit4.PandoraBootRunner


        <dependency>
            <groupId>com.taobao.pandora</groupId>
            <artifactId>pandora-boot-test</artifactId>
            <version>2.1.9.7</version>
            <scope>test</scope>
        </dependency>
    2019-07-17 21:26:14
    赞同 展开评论