Skip to content

Groovy: Change JUnit version from 4 to 5 for Tests #319

Open
@FranzMartyn

Description

@FranzMartyn

Problem:

As of writing this, JUnit 4's @Test annotation (org.junit.Test) is automatically imported when creating a new Kata translation.

Solution:

Automatically import JUnit 5's @Test annotation (org.junit.jupiter.api.Test) instead.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions