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