When testing with Junit, it is always prompted that the package does not exist. What is the problem?

Mar.01,2021

is the fully qualified name wrong? It's org.fest.assertions.Assertions, isn't it?

// https://mvnrepository.com/artifact/org.easytesting/fest-assert
testCompile group: 'org.easytesting', name: 'fest-assert', version: '1.4'
Menu