[IntelliJ] Test Template

Darcy Daeseok YU ·2022년 12월 25일
0

코틀린

  
@Test
fun `sould be $DESCRIPTION$`() {
    // given


    // when


    // then
}

자바

@Test
public void test$EXPR$() throws Exception {
    // given
    $END$
    // when

    // then

}
profile
React, React-Native https://darcyu83.netlify.app/

0개의 댓글