Maven:如何显示@DisplayName?

问题描述 投票:0回答:0

使用

JUnit 5
,关于
@DisplayName
,无论是通过Eclipse还是STS4都会出现相应的描述,无论
@Test
方法通过还是失败。直到这里所有工作都按预期进行。

通过 Maven 怎么可能也显示显示名称?目前没有显示任何内容并且测试按预期通过/失败,关于

surefire-plugin
它被声明为:

      <plugin>
          <groupId>org.apache.maven.plugins</groupId>
          <artifactId>maven-surefire-plugin</artifactId>
          <version>2.22.2</version>
      </plugin>

目的是增强报告。通过

terminal
CI

maven junit maven-3 junit5 maven-surefire-plugin
© www.soinside.com 2019 - 2024. All rights reserved.