Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
862 views
in Technique[技术] by (71.8m points)

dependencies - TestNG Maven - error(red underline) at @Test

    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

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...