Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- Linux 패키지 관리자
- nextFocusDown
- 5회 인증
- 여러 개
- Execution failed for task ':test'.
- MySQL
- XML Opacity
- mac 패키지 관리자
- Github 등록
- PHP Storm
- InvalidTestClassError
- Android Studio
- php
- git
- git cannot identify version of git executable
- docker에서 mysql 실행
- AWS
- Chat GPT
- Location Permission
- 챗GPT
- codeigniter
- 챗지피티
- junit
- Github Token
- 안드로이드 자동으로 포커싱
- 다음으로 이동
- TextView 일부분
- sourceSet
- 팝업 바깥 레이어
- Android Flavor
Archives
- Today
- Total
목록Execution failed for task ':test'. (1)
128june

Execution failed for task ':test'. > No tests found for given includes: [--- 프로젝트 경로 ---](--tests filter) * Try: > Run with --stacktrace option to get the stack trace. > Run with --info or --debug option to get more log output. > Run with --scan to get full insights. 위와 같은 오류가 발생하였다. 원인은 테스트 메소드 명이 한글일 경우 발생하는 오류. 해결방법은 setting에서 테스트 구동방식을 intellij로 바꿔주면 끝.
Java/Spring
2022. 7. 18. 12:28