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

테스트 시 이 테스트가 어떤건지 설명이 필요할 때 그리고 순서를 정해서 돌리고 싶을 때 사용하는 어노테이션 두개가 있다 @TestMethodOrder @DisplayName @TestMethodOrder 필요한 dependency org.springframework.boot spring-boot-starter-test test DataServiceTests.java @TestMethodOrder(MethodOrderer.OrderAnnotation.class) @RunWith(MockitoJUnitRunner.class) @ExtendWith(MockitoExtension.class) class DataServiceTests { @InjectMocks private DataService service; ..
개발/Spring
2020. 5. 20. 12:13