문서의 선택한 두 판 사이의 차이를 보여줍니다.
| 양쪽 이전 판 이전 판 다음 판 | 이전 판 | ||
|
java:junit [2015/11/17 09:15] kwon37xi |
java:junit [2015/11/21 13:26] (현재) kwon37xi |
||
|---|---|---|---|
| 줄 53: | 줄 53: | ||
| * 테스트 클래스에 '' | * 테스트 클래스에 '' | ||
| * [[http:// | * [[http:// | ||
| + | |||
| + | ===== IntelliJ Live Template for try/catch JUnit/ | ||
| + | * abbrevication : '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * '' | ||
| + | * Template text : <code java> | ||
| + | try { | ||
| + | org.junit.Assert.fail(" | ||
| + | } catch ($EXCEPTION$ ex) { | ||
| + | org.junit.Assert.assertThat(" | ||
| + | ex.getMessage(), | ||
| + | } | ||
| + | </ | ||
| + | |||
| ===== Plugins ===== | ===== Plugins ===== | ||
| * [[https:// | * [[https:// | ||