Prolog 5기 BE 컨벤션 #1244
java-saeng
started this conversation in
backend
Replies: 3 comments 14 replies
-
테스트 코드 컨벤션 comment 쓰레드 |
Beta Was this translation helpful? Give feedback.
7 replies
-
테스트 코드 리뷰 방식 comment 쓰레드 |
Beta Was this translation helpful? Give feedback.
7 replies
-
테스트 코드 컨벤션
@DisplayName
@Test
void test(){
...
}
import static org.assertj.core.api.Assertions.assertThat;
class Test{
@DisplayName
@Test
void test(){
assertThat().isEqualTo();
}
}
테스트 코드 리뷰 방식
브랜치 컨벤션
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
4/26(수) 16시 트랙룸 회의
회의 결과
테스트 코드 컨벤션
@Test
위에 위치한다.테스트 코드 리뷰 방식
브랜치 컨벤션
Beta Was this translation helpful? Give feedback.
All reactions