Код: Выделить всё
gradle app:testStagingDebugUnitTest
Код: Выделить всё
/ Android Testing Support Library's runner and rules
androidTestImplementation 'androidx.test.ext:junit:1.1.3'
androidTestImplementation 'androidx.test:rules:1.4.0'
//junit5 jupiter
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.2'
testImplementation 'org.junit.vintage:junit-vintage-engine:5.11.2'
Подробнее здесь: https://stackoverflow.com/questions/791 ... unit-tests