当前位置: 首页 > 知识库问答 >
问题:

Junit控制台启动器..支持标记表达式

穆阳炎
2023-03-14

我的junit控制台启动器命令与,

java-jar./junit平台控制台是独立的。jar-cp-c包装。Class1-c pkg1.Class2-ta--details=verbose

我这样做是因为我需要按照一定的顺序发送我的类。我在使用标记表达式时需要帮助,这里有文档记录,https://JUnit . org/JUnit 5/docs/current/user-guide/# running-tests-tag-expressions

-t 'A

共有1个答案

司马英才
2023-03-14

抄袭https://junit.org/junit5/docs/current/user-guide/#running-测试控制台启动器

-t,--include tag=tag

提供标签或标签表达式以仅包含标签匹配的测试。当重复此选项时,所有模式将使用OR语义学组合。

这表明支持“标签表达式”。

你只需要说服你的OS/shell命令通过A

注意:您还需要传递一个与您的测试类匹配的类名过滤器模式,比如< code> - include-classname。*类?或者等到1 . 7 . 0-https://github.com/junit-team/junit5/issues/2259 M2发布

 类似资料:
  • The ConsoleLauncher is a command-line Java application that lets you launch the JUnit Platform from the console. For example, it can be used to run JUnit Vintage and JUnit Jupiter tests and print test

  • 通过查看这里的文档,我看到有一个选项允许使用不同的类名结尾< code>-n,- include-classname 我想知道是否可以在我的build.gradle脚本中指定这样的标志(和其他),以便在运行测试时使用

  • 我有一个名为< code > smoke-tests-fat-1 . 0 . 0-snapshot . JAR 的fat JAR,包含JUnit 5测试。测试在方法级别用< code > org . JUnit . Jupiter . API . test 进行注释。 现在我想用JUnit5控制台启动器执行这些测试。然而,我似乎没能把它弄对。 我试过: <code>java-jar junit平台

  • 我正在使用ServerHttpRequest作为Rest控制器中的请求参数。但是在响应中,我得到的错误是“no primary or default constructor for interface org.springframework.http.server.reactive.serverHttpRequest”。 我发现了一个类似的问题,但没有运气。 Rest控制器 日志 pom.xml

  • 写测试用例都很头疼,然而对核心方法的单元测试是非常重要的. nutz-plugins-mock 提供了 Ioc支持,Mvc环境, Servlet Mock对象 基本用法 添加依赖 <dependency> <groupId>org.nutz</groupId> <artifactId>nutz-plugins-mock</artifactId>

  • 我在启动我的Weblogic管理服务器时看到以下错误: 我尝试在boot.properties中更改密码,但无法启动门户管理控制台。我还尝试通过删除boot.properties文件从控制台提供值,但仍然没有帮助。我需要提供