error(red underline) at @Test, how to resolve this error.
I searched for similar error, there is no similar issue logged before.
code:
package com.testing.Del;
public class NewTest {
@Test
public void f() {
System.out.println("welcome");
}
}
Details:
eclipse IDE - Version: Kepler Service Release 2
added testng dependency to the POM file.
Pls help.
Is this something I'm missing. I'm new to programming.
question from:
https://stackoverflow.com/questions/65895269/testng-maven-errorred-underline-at-test 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…