Skip to content

Release v1.0.1 breaks listener notifications for skipped suites #813

@nikita-tkachenko-datadog

Description

The way notifications work is changed in this PR.

In versions up to and including v1.0.0 a custom RunListener implementation receives the following notifications when a suite is skipped:

  • org.junit.runner.notification.RunListener#testSuiteStarted
  • org.junit.runner.notification.RunListener#testIgnored
  • org.junit.runner.notification.RunListener#testSuiteFinished

With the PR referenced above only the org.junit.runner.notification.RunListener#testIgnored notification is fired for such suites.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions