SyntaxFix
Write A Post
Hire A Developer
Questions
I use @Test annotiation of org.junit.Test package, but I had the same problem. After adding testImplementation("org.assertj:assertj-core:3.10.0") on build.gradle, it worked.
@Test
org.junit.Test
testImplementation("org.assertj:assertj-core:3.10.0")
build.gradle