develog

[junit] JUnit 4 Annotations 본문

Dev/junit

[junit] JUnit 4 Annotations

냐옴 2012. 11. 7. 09:56
 
@Test

@Test(timeout=1000)
@Test(expected=Exception.class)

@Before
@After
@BeforeClass
@AfterClass
@Ignore
@RunWith
@SuiteClasses

'Dev > junit' 카테고리의 다른 글

JUnit Parameterized Test  (0) 2012.12.02
JUnit4 hamcrest  (0) 2012.11.28
JUnit 4 Assert  (0) 2012.11.07
JUnit  (0) 2012.05.04
JUnit 테스트 메소드 종류  (0) 2012.04.30
Comments