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

Document @MethodSource as use case for @TestInstance per-class lifecycle #3219

Merged
merged 2 commits into from
Apr 2, 2023
Merged

Document @MethodSource as use case for @TestInstance per-class lifecycle #3219

merged 2 commits into from
Apr 2, 2023

Commits on Mar 31, 2023

  1. Update @testinstance javadoc with a new use case

    Add another use case for TestInstace.PER_CLASS in Kotlin, namely, using regular simple class methods as the argument producer for @MethodSource (which is used for parameterized tests)
    mahozad committed Mar 31, 2023
    Configuration menu
    Copy the full SHA
    82f3c99 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2023

  1. Add use case in user guides for PER_CLASS lifecycle

    For tests authored using Kotlin programming language
    mahozad committed Apr 1, 2023
    Configuration menu
    Copy the full SHA
    cda72bf View commit details
    Browse the repository at this point in the history