test

    [오류] Execution failed for task ':test'.

    원인 Test 파일을 Build 할 때 생기는 이슈이다. Gradle Project의 Run tests using이 Gradle로 되어있어서 생기는 문제였다. 해결 Settings -> Build, Execution, Deployment -> Build Tolls -> Gradle에서 Run tests using을 IntelliJ IDEA로 바꿔 해결하였다.