-
Notifications
You must be signed in to change notification settings - Fork 0
CFWei edited this page Nov 5, 2012
·
1 revision
####目的: 實作四種Sort Algorithm(Heap Sort ,Merge Sort ,Inertion Sort ,Bubble Sort) 並利用JUnit作單元測試
####使用方法:
-
安裝Eclipse
先下載Eclipse,建議使用Eclipse Classic 4.2.1,點選Windows 32 Bit or Windows 64 Bit下載 -
安裝Egit
最上面一排點選Help -> Install New Software -> Add-> Name[Egit] Location[http://download.eclipse.org/egit/updates] -> 點選OK -> 勾選Eclipse Git Team Provider以及JGit -> next...finish -
"Import" Github上的repository
File -> import -> Git -> Projects from Git -> URI -> URI填入https://github.com/HtmlToJavaWindowsBuilder/HtmlToJavaWindowsBuilder.git -> next到底 -> finish
附上教學網址 -
check out branch hw1
在Package Explore裡的Project上點右鍵 -> Team -> Switch to -> Other -> Remote Tracking -> origin/hw1 -> 點選check out -
Unit Test
Project裡的test資料夾 -> (default package) -> AllTests.java上點右鍵 -> Run As -> JUnit Test