Skip to content

Allow 'whitebox(...) { }' to be performed multiple times on the same Test Suite #1

@jjohannes

Description

@jjohannes

Use case

Do this in a convention plugin:

javaModuleTesting(test) {
   requires("junit") // for all my projects
}

And then this in a build.gradle.kts file on top

javaModuleTesting(test) {
   requires("something.else") // only for this project
}

Also:

  • Repetitive blackbox(...) calls on the same Test Suite should not have any effect

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