IntelliJ
-
Spock이란? Spock은 BDD(Behavior Driven Development)를 위한 테스팅 프레임워크이다. spockframework.org/ Spock What is it? Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDE spockframework.org Groovy 기술을 이용해서 작성하지만 Groovy에서..
[spock]Spock이란?Spock이란? Spock은 BDD(Behavior Driven Development)를 위한 테스팅 프레임워크이다. spockframework.org/ Spock What is it? Spock is a testing and specification framework for Java and Groovy applications. What makes it stand out from the crowd is its beautiful and highly expressive specification language. Thanks to its JUnit runner, Spock is compatible with most IDE spockframework.org Groovy 기술을 이용해서 작성하지만 Groovy에서..
2021.02.09 -
intellij에서는 double shift (shift 두번 연타)로 모든 설정을 검색할 수 있다. Settings > Font Live Templatecode assist를 위한 약어(abbreviation) 등록 기본 encoding 설정Edit Custom VM Options를 실행하고 idea64.exw.vmoptions라는 설정 파일을 수정할 수 있는데 하단에 다음처럼 옵션을 추가한다.# 추가-Dfile.encoding=UTF-8intellij의 재시작이 필요하다. 실행 옵션 변경언제부턴가 intellij의 실행 옵션이 gradle task로 변경되어 단위테스트 실행 시 [no tests found for given includes xxxx] 오류가 발생한 다면 아래 화면에서 Run Test..
[intellij] 기본 설정intellij에서는 double shift (shift 두번 연타)로 모든 설정을 검색할 수 있다. Settings > Font Live Templatecode assist를 위한 약어(abbreviation) 등록 기본 encoding 설정Edit Custom VM Options를 실행하고 idea64.exw.vmoptions라는 설정 파일을 수정할 수 있는데 하단에 다음처럼 옵션을 추가한다.# 추가-Dfile.encoding=UTF-8intellij의 재시작이 필요하다. 실행 옵션 변경언제부턴가 intellij의 실행 옵션이 gradle task로 변경되어 단위테스트 실행 시 [no tests found for given includes xxxx] 오류가 발생한 다면 아래 화면에서 Run Test..
2021.01.30