728x90
반응형
intelliJ 환경에서 spring boot로 테스트 코드를 작성 후 실행하였는데 아래와 같은 에러가 발생했다.
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':test'.
> No tests found for given includes: [com.itevent.iteventapi.controller.AccountControllerTest.helloTest](filter.includeTestsMatching)
아래와 같이 해결하였다.
Settings > Build, Excecution, Deployment > Build Tools > Gradle
Run tests using - [IntelliJ IDEA] 로 변경
728x90
반응형
'Spring' 카테고리의 다른 글
[SpringBoot] Spring Security configuration 임포트 시 에러 해결 (2) | 2021.12.18 |
---|---|
[SpringBoot] IntelliJ 에서 Spring Boot Web 프로젝트 생성하기 (0) | 2021.07.12 |
[Spring] Bean property '필드명' is not readable or has an invalid getter method 에러 해결 (2) | 2021.03.29 |
[Spring] ModelMapper Entity to DTO 변환 시 프로퍼티 null 해결 (0) | 2021.03.24 |
[SpringBoot] @ExceptionHandler 적용 시 HttpMediaTypeNotAcceptableException 에러 해결 (8) | 2021.03.16 |