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
- import
- lsof
- VirtualBox
- xargs
- Windows
- GIT
- Source
- Quartz
- ssh
- bash
- netsh
- JavaScript
- find
- port
- 네트워크
- Mac
- profile
- Windows 10
- 줄바꿈 문자
- web.xml
- vscode
- Eclipse
- tomcat
- 단축키
- maVen
- plugin
- context
- IntelliJ
- resource
- grep
Archives
- Today
- Total
develog
JUnit4 hamcrest 본문
import static org.junit.Assert.*;
import static org.hamcrest.CoreMatchers.*;
@Test
public void testGetName() {
assertThat(user.getName(), is("aaa"));
}
'Dev > junit' 카테고리의 다른 글
JUnit 4 Test Suite (0) | 2012.12.02 |
---|---|
JUnit Parameterized Test (0) | 2012.12.02 |
JUnit 4 Assert (0) | 2012.11.07 |
[junit] JUnit 4 Annotations (0) | 2012.11.07 |
JUnit (0) | 2012.05.04 |
Comments