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>

            回復  更多評論
            

          主站蜘蛛池模板: 岱山县| 鸡泽县| 报价| 津南区| 衡山县| 繁峙县| 安庆市| 浦城县| 临清市| 彭阳县| 和田市| 油尖旺区| 长乐市| 房产| 荣成市| 武汉市| 延寿县| 安顺市| 新干县| 辽宁省| 昭平县| 巍山| 永康市| 白城市| 翁源县| 怀仁县| 永定县| 西安市| 乳源| 铜陵市| 当阳市| 开阳县| 称多县| 高碑店市| 张北县| 朝阳市| 综艺| 筠连县| 马鞍山市| 太仓市| 历史|