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 8, 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.
    
    ```markdown
    ---
    I hereby agree to the terms of the JUnit Contributor License Agreement.
    ```
    Hans Zuidervaart authored and hanszt committed May 8, 2024
    Configuration menu
    Copy the full SHA
    9e7a9a3 View commit details
    Browse the repository at this point in the history