Goingmm

            BlogJava :: 首頁 :: 新隨筆 ::  :: 聚合  :: 管理 ::
            82 隨筆 :: 15 文章 :: 452 評論 :: 0 Trackbacks

          ------------------------------------------------------------------------------------------------
             Eclipse Platform
          Version: 3.1.0 Build id: I20050219-1500

             
            Junit Version:
          3.8.1

          ------------------------------------------------------------------------------------------------

          EclipseJunit 大家應該都很熟悉了。這里我也不打算去講為什么需要做這樣的組合。為什么需要測試。為什么測試還有那么多講究和學問。用一個最簡單的例子,讓還沒有使用過的朋友,有一個簡單的認識。主要是發圖玩玩

           

          1)看看完成后的效果圖
          Project.JPG

          2)      
          運行Eclipse。新建一個workplace項目,點擊 file->new->project,選擇Java項目,點擊下一步。寫一個項目名稱,例如UseJUnit。點擊Finish。這樣就完成新項目的建立。再來配置一下Eclipse,在構建路徑中添加JUnit類庫。在工具條上點擊項目->屬性,選擇Java Build Path,Libraries,選擇 Add external JARs,瀏覽Junit被存儲的目錄,選擇junit.jar,點擊打開。你將會看見JUnit出現在庫的列表中。點擊確定,讓Eclipse重建路徑。
          addJar.JPG

                   

          3)新建一個Class Person
          Person.JPG

          4) 新建一個Test Class TestCaseWithJunit
          newJunit.JPG

          代碼如下:public void testSay() 方法是我自己加進去的

          TestCaseWithJunit.JPG

          5) Run Test case
             runJunit.JPG

          6) 看看測試結果
                result-1.JPG

          7)修改一下測試代碼
             modifiedcode.JPG

          8)再看測試結果
          result-2.JPG

          result-3.JPG



          呵呵! 第一次發圖。如果上面的過程描述有什么不清楚的地方。請與我聯系

          2005-11-13  聽濤 窗臺


          posted on 2005-11-13 13:45 Goingmm 閱讀(384) 評論(1)  編輯  收藏 所屬分類: Reading Note

          評論

          # re: Eclipse + Junit 2005-11-13 14:28 _
          這個 blog 居然會這樣:

          Server Error in '/' Application.
          --------------------------------------------------------------------------------

          Runtime Error
          Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

          Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


          <!-- Web.Config Configuration File -->

          <configuration>
          <system.web>
          <customErrors mode="Off"/>
          </system.web>
          </configuration>


          Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


          <!-- Web.Config Configuration File -->

          <configuration>
          <system.web>
          <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
          </system.web>
          </configuration>

            回復  更多評論
            

          主站蜘蛛池模板: 仁寿县| 奉化市| 攀枝花市| 姚安县| 黄冈市| 西林县| 保山市| 南投县| 堆龙德庆县| 长治市| 剑阁县| 潜江市| 河北区| 芒康县| 突泉县| 通山县| 神池县| 资源县| 桦川县| 浠水县| 定西市| 卓尼县| 林西县| 长兴县| 昔阳县| 大埔县| 阿克苏市| 衡阳县| 阳东县| 鄯善县| 土默特左旗| 万宁市| 伊宁市| 西安市| 西乌| 萨迦县| 翁源县| 望江县| 财经| 前郭尔| 个旧市|