Я должен обеспечить обе зависимости?
Код: Выделить всё
testCompile("org.junit.jupiter:junit-jupiter-engine:${junitVersion}")
testCompile("org.junit.jupiter:junit-jupiter-api:${junitVersion}")
< /code>
или только одной зависимости достаточно? < /p>
testCompile("org.junit.jupiter:junit-jupiter-engine:${junitVersion}")
Подробнее здесь: https://stackoverflow.com/questions/484 ... ter-engine