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
- bash
- IntelliJ
- Source
- tomcat
- GIT
- Quartz
- 줄바꿈 문자
- Windows 10
- 단축키
- plugin
- maVen
- netsh
- port
- 네트워크
- xargs
- grep
- web.xml
- Windows
- context
- JavaScript
- vscode
- ssh
- Mac
- profile
- find
- Eclipse
- resource
- VirtualBox
- lsof
Archives
- Today
- Total
목록Dev/junit (26)
develog
[junit] ExtSpringJUnit4ClassRunner
import org.junit.internal.runners.InitializationError; import org.springframework.jdbc.datasource.DriverManagerDataSource; import org.springframework.jndi.JndiTemplate; import org.springframework.mock.jndi.SimpleNamingContextBuilder; import org.springframework.test.context.junit4.SpringJUnit4ClassRunner; public class ExtSpringJUnit4ClassRunner extends SpringJUnit4ClassRunner { public ExtSpringJU..
Dev/junit
2013. 12. 9. 15:54
JUnit 버전 확인
System.out.println(junit.runner.Version.id());
Dev/junit
2013. 12. 9. 14:39
JUnit 4 in 60 Seconds
JUnit 4 in 60 Secondshttp://www.cavdar.net/2008/07/21/junit-4-in-60-seconds/
Dev/junit
2013. 8. 7. 10:24
JUnit Test Project '.classpath'
// Spring 2.5.5
Dev/junit
2013. 7. 9. 16:14
junit transaction rollback
@Test@Transactional //디폴트 롤백public void test() {}
Dev/junit
2013. 7. 9. 16:12
JUnit Ant build.xml
- MyEclipse 5.1.1 GA- JUnit-4.11- ant-1.8.4
Dev/junit
2012. 12. 5. 18:59