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

WIP Enable filtering of killing test units #15

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 15, 2018

  1. Add a test verifying the number of test units

    … in a class with several tests
    dmitry-timofeev committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    e575660 View commit details
    Browse the repository at this point in the history
  2. WIP Enable filtering of killing test units

    Enable filtering of tests in a test unit once a killing test has
    been discovered and the ResultCollector requested the test unit
    to stop execution.
    
    This might be beneficial when JUnit5TestUnit represents
    a test container (e.g., @RepeatedTest, @ParameterizedTest or
    @testfactory) that has a large number of tests or
    some expensive tests.
    dmitry-timofeev committed Oct 15, 2018
    Configuration menu
    Copy the full SHA
    e6b25a9 View commit details
    Browse the repository at this point in the history