@Suppress("JUnitMalformedDeclaration") for suspend tests #5160
-
|
Hello, |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
The inspection is not provided by JUnit, but presumably by InteliJ IDEA. Supported for suspend functions was introduced about a month and a half ago in JUnit v6.0.0. So I would assume that InteliJ hasn't been able to update the You can ask InteliJ to update their inspection over at their issue tracker https://youtrack.jetbrains.com/. |
Beta Was this translation helpful? Give feedback.
-
|
This is already fixed in latest IntelliJ version. |
Beta Was this translation helpful? Give feedback.
The inspection is not provided by JUnit, but presumably by InteliJ IDEA. Supported for suspend functions was introduced about a month and a half ago in JUnit v6.0.0. So I would assume that InteliJ hasn't been able to update the
JUnitMalformedDeclarationinspection rule to account for that yet.You can ask InteliJ to update their inspection over at their issue tracker https://youtrack.jetbrains.com/.