반응형
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 |
Tags
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- java
- yum install java
- maybe not public or not valid?
- LeetCode
- Java 1.8
- springboottest
- mac os git error
- log error
- java version
- Medium
- 스프링부트테스트
- AWS CLI
- property or field 'jobparameters' cannot be found on object of type
- java 여러개 버전
- springbatch error
- easy
- el1008e
- java 1.8 11
- OpenFeign
- parse
- querydsl no sources given
- aws
- springboot
- java 버전 변경
- No tests found for given includes
- JUnit
- java 11
- error
- no sources given
Archives
- Today
- Total
쩨이엠 개발 블로그
[ SpringBootTest ] No tests found for given includes: [ApplicationTests.main](filter.includeTestsMatching) 본문
개발/Spring
[ SpringBootTest ] No tests found for given includes: [ApplicationTests.main](filter.includeTestsMatching)
쩨이엠 2022. 5. 6. 18:26728x90
반응형
Springboot test 중 Assert를 썼음에도 불구하고 "No tests found for given includes:" 라는 문구가 뜨는 경우가 있다
이 때는 import가 제대로 되어있는지 확인한다
이렇게 되어있는 경우가 많다
jupiter.api 패키지 안에 있는 Test 어노테이션으로 변경하면 해결되는 간단한 이슈!
매번 까먹어서 이번에 다시 적어놓기
728x90
반응형
'개발 > Spring' 카테고리의 다른 글
[ Springboot JUnit Test ] Please remove unnecessary stubbings or use 'lenient' strictness (1) | 2022.09.19 |
---|---|
[ Spring ] SecurityConfig AccessDecisionManager / ExpressionHandler (0) | 2022.08.25 |
[ Swagger ] @Schema LocalDateTime Format (2) | 2022.04.06 |
[ JUnit ] JUnit Test (0) | 2021.01.20 |
[ Redis ] Redis 환경 간단하게 구축하기 (0) | 2020.09.16 |
Comments