반응형
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
- java 버전 변경
- querydsl no sources given
- OpenFeign
- Java 1.8
- property or field 'jobparameters' cannot be found on object of type
- mac os git error
- springbatch error
- aws
- log error
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- parse
- java 11
- AWS CLI
- springboot
- error
- java 1.8 11
- No tests found for given includes
- el1008e
- java 여러개 버전
- maybe not public or not valid?
- 스프링부트테스트
- no sources given
- LeetCode
- yum install java
- java version
- Medium
- java
- JUnit
- springboottest
- easy
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 |