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

Feature/TestFactory Kotlin Sequence support #3377

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on May 27, 2024

  1. Extension of to stream converter method.

    Examples of benefits:
    
    - Kotlin Sequence support for @testfactory
    - Kotlin Sequence support for @MethodSource
    - Classes that expose an Iterator returning method,
    can be converted to a stream.
    
    Issue: junit-team#3376
    
    I hereby agree to the terms of the JUnit Contributor License Agreement.
    Hans Zuidervaart authored and hanszt committed May 27, 2024
    Configuration menu
    Copy the full SHA
    4ce948f View commit details
    Browse the repository at this point in the history