SyntaxFix
Write A Post
Hire A Developer
Questions
In my case it was due to wrong import of the @Test annotation
Make sure you are using the following import
import org.junit.jupiter.api.Test;