Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SUREFIRE-2143] Fix reporting of skipped parameterized test #612

Merged
merged 1 commit into from
Feb 18, 2023

Commits on Feb 16, 2023

  1. [SUREFIRE-2143] Fix reporting of skipped parameterized test

    - In executionSkipped handle ParameterizedTest which is a non-class
      test container the same as a regular test
    - In executionSkipped always remove the testIdentifier from the map
      testStartTime, regardless if it's a class or a test
    - In createReportEntry set methodName and methodText if the
      testExecutionResult is null, which is the case for skipped tests,
      otherwise the test name in the XML report is left empty
    - Add ITs also for the related previous issue SUREFIRE-2032 the fix
      of which caused this regression, to make sure that fix still works
    andpab committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    d1f4953 View commit details
    Browse the repository at this point in the history