반응형
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 | 31 |
Tags
- springboot
- OpenFeign
- aws
- tls프로토콜확인
- mac os git error
- java 버전 변경
- java 1.8 11
- error
- AWS CLI
- LeetCode
- java version
- parse
- statement.executequery() cannot issue statements that do not produce result sets.
- ssl이란?
- Java 1.8
- easy
- No tests found for given includes
- JUnit
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- ssl프로토콜확인
- java 11
- Medium
- log error
- springboottest
- 스프링부트테스트
- mysql executequery error
- yum install java
- java
- java 여러개 버전
- xcrun: error: invalid active developer path
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