*JUnit
**Download
-Download Site:http://sourceforge.net/projects/junit/files/
**How to set
+Package Explorerで右クリック->properties
+properties->Libraries(TAB)->Add External JARs
+Downloadしたjunit-4.7.jarを選択する。
**Create Test Case
+Package ExplorerでテストしたいClassを選択し->右クリック->New->JUnit Test Case
+適当にクラス名を入れる。
**Class Pathを変更する場合
+Window->Preferences
+Java->Build Path->Classpath Variabl ...
詳細解説リンク/関連リンク:忘れがちなあなたへ