반응형
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 버전 변경
- xcrun: error: invalid active developer path (/Library/Developer/CommandLineTools)
- springboottest
- parse
- AWS CLI
- easy
- el1008e
- log error
- Java 1.8
- yum install java
- springboot
- aws
- querydsl no sources given
- error
- OpenFeign
- no sources given
- 스프링부트테스트
- property or field 'jobparameters' cannot be found on object of type
- maybe not public or not valid?
- java 여러개 버전
- Medium
- mac os git error
- java 11
- LeetCode
- No tests found for given includes
- springbatch error
- java 1.8 11
- java version
- java
- JUnit
Archives
- Today
- Total
목록spring junit (1)
쩨이엠 개발 블로그
[ JUnit ] JUnit Test
SpringbootTest 어노테이션을 사용하다보면 굳이 서버를 올릴 필요 없이 간단하게 Test를 하고 싶을 때가 있다 예를 들면 정말 간단한 테스트코드 작성할 때 정말 Test만을 위한 프로젝트를 만들기로 한다 pom.xml junit junit 4.13 test package를 같이 해놔야 Test를 할 때 어려움이 없다 고 하지만 내 경우는 package도 default로 잡아놓았다 정말 자바코드를 위한 Test import static org.junit.Assert.*; import org.junit.Test; public class ServiceTest { @Test public void example(){ String pattern = "01(0|1)-\\d{3,4}-\\d{4}"; asse..
개발/Spring
2021. 1. 20. 14:24