<tfoot id='tP3Gf'></tfoot>
    1. <legend id='tP3Gf'><style id='tP3Gf'><dir id='tP3Gf'><q id='tP3Gf'></q></dir></style></legend>

      <small id='tP3Gf'></small><noframes id='tP3Gf'>

      • <bdo id='tP3Gf'></bdo><ul id='tP3Gf'></ul>
      1. <i id='tP3Gf'><tr id='tP3Gf'><dt id='tP3Gf'><q id='tP3Gf'><span id='tP3Gf'><b id='tP3Gf'><form id='tP3Gf'><ins id='tP3Gf'></ins><ul id='tP3Gf'></ul><sub id='tP3Gf'></sub></form><legend id='tP3Gf'></legend><bdo id='tP3Gf'><pre id='tP3Gf'><center id='tP3Gf'></center></pre></bdo></b><th id='tP3Gf'></th></span></q></dt></tr></i><div id='tP3Gf'><tfoot id='tP3Gf'></tfoot><dl id='tP3Gf'><fieldset id='tP3Gf'></fieldset></dl></div>

        在 Jenkins 中自动运行 JUnit 测试,无需 maven 或 a

        时间:2023-07-28
      2. <i id='jmOXV'><tr id='jmOXV'><dt id='jmOXV'><q id='jmOXV'><span id='jmOXV'><b id='jmOXV'><form id='jmOXV'><ins id='jmOXV'></ins><ul id='jmOXV'></ul><sub id='jmOXV'></sub></form><legend id='jmOXV'></legend><bdo id='jmOXV'><pre id='jmOXV'><center id='jmOXV'></center></pre></bdo></b><th id='jmOXV'></th></span></q></dt></tr></i><div id='jmOXV'><tfoot id='jmOXV'></tfoot><dl id='jmOXV'><fieldset id='jmOXV'></fieldset></dl></div>

          <small id='jmOXV'></small><noframes id='jmOXV'>

          <tfoot id='jmOXV'></tfoot>

            • <bdo id='jmOXV'></bdo><ul id='jmOXV'></ul>
              <legend id='jmOXV'><style id='jmOXV'><dir id='jmOXV'><q id='jmOXV'></q></dir></style></legend>
                <tbody id='jmOXV'></tbody>
                • 本文介绍了在 Jenkins 中自动运行 JUnit 测试,无需 maven 或 ant的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

                  问题描述

                  我目前正在使用 Jenkins 设置持续集成工具.我想在每次构建时运行 JUnit 测试.我的问题是,将要测试的项目都没有使用 maven 或 ant.所以我想知道是否可以在没有 maven 或 ant 的情况下运行这些测试,如果可以,我该怎么做?

                  I am currently setting up a continuous integration tool with Jenkins. I would like to run JUnit tests everytime a build is made. My problem is that none of the projects that will be tested use maven or ant. So I would like to know if it is possible to run these tests without maven or ant, and if it is, how do I do it ?

                  提前感谢您的回答

                  推荐答案

                  你试过 ClasspathSuite 由 Johannes Link 撰写?

                  Have you tried ClasspathSuite by Johannes Link?

                  来自文档:

                  机制很简单.只需在 Eclipse 中创建一个新项目并添加所有包含要运行到其构建路径的测试的项目.现在创建一个这样的类:

                  The mechanism is simple. Just create a new project in Eclipse and add all projects that contain tests you want to run to its build path. Now create a class like that:

                  import org.junit.extensions.cpsuite.ClasspathSuite;
                  import org.junit.runner.RunWith;
                  @RunWith(ClasspathSuite.class)
                  public class MySuite {}
                  

                  这将执行所有 JUnit4 测试类(那些包含方法的带有@Test 注释)在项目类路径中.

                  This will execute all JUnit4 testclasses (those containing methods with the @Test annotation) in the projects classpath.

                  然后您可以使用 JUnitCore.

                  java -cp /usr/share/java/junit.jar org.junit.runner.JUnitCore [test class name]
                  

                  有关详细信息,请参阅 如何从命令行运行 Junit 测试用例?.

                  For more information, see How to run Junit testcases from command line?.

                  这篇关于在 Jenkins 中自动运行 JUnit 测试,无需 maven 或 ant的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持html5模板网!

                  上一篇:如何设置复杂的 Java 开发基础架构? 下一篇:如何停止 Maven 的验证阶段重建工件?

                  相关文章

                  最新文章

                • <small id='znGHE'></small><noframes id='znGHE'>

                  <i id='znGHE'><tr id='znGHE'><dt id='znGHE'><q id='znGHE'><span id='znGHE'><b id='znGHE'><form id='znGHE'><ins id='znGHE'></ins><ul id='znGHE'></ul><sub id='znGHE'></sub></form><legend id='znGHE'></legend><bdo id='znGHE'><pre id='znGHE'><center id='znGHE'></center></pre></bdo></b><th id='znGHE'></th></span></q></dt></tr></i><div id='znGHE'><tfoot id='znGHE'></tfoot><dl id='znGHE'><fieldset id='znGHE'></fieldset></dl></div>
                    <tfoot id='znGHE'></tfoot>

                      <legend id='znGHE'><style id='znGHE'><dir id='znGHE'><q id='znGHE'></q></dir></style></legend>
                        <bdo id='znGHE'></bdo><ul id='znGHE'></ul>