Skip to content

org.junit.Assume.assumeThat() is not migrated properly #327

@knutwannheden

Description

@knutwannheden

It gets migrated to org.junit.jupiter.api.Assumptions.assumeThat() even though this doesn't exist in JUnit 5. It should instead either use JUnit 5's org.junit.jupiter.api.Assumptions.assumeTrue() or alternatively AssertJ's assumeThat().

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

Status

Done

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions