Inspectopedia Help

TestNG Javadoc can be converted to annotations

Asserts your TestNG tests with Javadoc annotations and converts them to JDK annotations.

Example:

/** * @testng.before-test */ public void sample() {}

After the quick-fix is applied:

@BeforeTest public void sample() {}

Inspection Details

Available in:

IntelliJ IDEA 2023.3, Qodana for JVM 2023.3

Plugin:

TestNG, 233.SNAPSHOT

Last modified: 13 July 2023