일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- ssh
- maVen
- Source
- port
- Windows 10
- xargs
- Windows
- tomcat
- VirtualBox
- IntelliJ
- lsof
- resource
- vscode
- netsh
- JavaScript
- Mac
- Eclipse
- context
- plugin
- GIT
- Quartz
- bash
- profile
- find
- grep
- web.xml
- 줄바꿈 문자
- 단축키
- 네트워크
- import
- Today
- Total
develog
JUnit Test Project '.classpath' 본문
// Spring 2.5.5
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="src" path="test"/>
<classpathentry kind="lib" path="lib/spring.jar"/>
<classpathentry kind="lib" path="lib/spring-test.jar"/>
<classpathentry kind="lib" path="lib/spring-test-dbunit-1.0.0.jar"/>
<classpathentry kind="lib" path="lib/ibatis-2.3.0.677.jar"/>
<classpathentry kind="lib" path="lib/junit-4.4.jar"/>
<classpathentry kind="lib" path="lib/dbunit-2.4.9.jar"/>
<classpathentry kind="lib" path="lib/slf4j-api-1.7.2.jar"/>
<classpathentry kind="lib" path="lib/slf4j-log4j12-1.7.2.jar"/>
<classpathentry kind="lib" path="lib/quartz-1.8.6.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/PROJ_NM"/>
<classpathentry kind="output" path="bin"/>
</classpath>
'Dev > junit' 카테고리의 다른 글
JUnit 버전 확인 (0) | 2013.12.09 |
---|---|
JUnit 4 in 60 Seconds (0) | 2013.08.07 |
junit transaction rollback (0) | 2013.07.09 |
JUnit Ant build.xml (1) | 2012.12.05 |
spring 2.5 에서는 junit 4.4 버전 사용 (0) | 2012.12.05 |