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
- Execution failed for task ':test'.
- 다음으로 이동
- Linux 패키지 관리자
- 여러 개
- 5회 인증
- Location Permission
- Github 등록
- git
- 챗지피티
- MySQL
- Github Token
- 챗GPT
- AWS
- TextView 일부분
- php
- nextFocusDown
- Android Studio
- XML Opacity
- sourceSet
- 안드로이드 자동으로 포커싱
- junit
- Android Flavor
- Chat GPT
- PHP Storm
- docker에서 mysql 실행
- git cannot identify version of git executable
- codeigniter
- mac 패키지 관리자
- 팝업 바깥 레이어
- InvalidTestClassError
Archives
- Today
- Total
128june
[Spring] Execution failed for task ':test'. 본문
반응형
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' 카테고리의 다른 글
[Spring] JUnit Test 오류 - org.junit.runners.model.InvalidTestClassError (0) | 2022.07.18 |
---|
Comments