728x90
Command line: In the case of command line invocations, you will have to add
junit.jar
to the classpath of your application withjava -cp /path/to/junit.jar
. Take a look at the answers here.Using eclipse: Eclipse distributions are bundled with this library and this is how you can use it for your project. Right click on the eclipse project and navigate:
Properties -> Java Build Path -> Libraries -> Add Library -> JUnit -> Junit 3/4
728x90
반응형
'개발' 카테고리의 다른 글
보안기능확인서 (0) | 2023.02.12 |
---|---|
gsjava mysql 버전 확인 (0) | 2018.09.28 |
mongodb 테이블(컬렉션) 전체 삭제 (0) | 2018.07.31 |
mongodb page 처리 (0) | 2018.07.31 |
sqlite3 필드명 보기 (0) | 2018.07.26 |