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