posts - 165, comments - 198, trackbacks - 0, articles - 1
            BlogJava :: 首頁 :: 新隨筆 :: 聯系 :: 聚合  :: 管理

          junit 筆記

          Posted on 2007-10-30 17:59 G_G 閱讀(299) 評論(0)  編輯  收藏 所屬分類: JUnit
          參考:http://caterpillar.onlyfun.net/GossipCN/JUnit/JUnitGossip.htm

          1. TestSuite
          ? public static Test suite() {
          ????
          TestSuite suite = new TestSuite(MathTool.class);
          ????
          suite.addTest(new MathToolTest("testGcd"));
          ? }

          2.全局屬性
          protected void setUp() throws Exception {
          super.setUp();
          arr = new ............;
          }

          protected void tearDown() throws Exception {
          super.tearDown();
          arr = null;
          }

          3. Cactus
          web設置

          http://caterpillar.onlyfun.net/GossipCN/JUnit/FirstCactusWithTomcat.htm
          http://caterpillar.onlyfun.net/GossipCN/JUnit/FirstCactusWithJetty.htm





          主站蜘蛛池模板: 沙河市| 宜川县| 鄂托克前旗| 新龙县| 江阴市| 荆州市| 海盐县| 奎屯市| 莱阳市| 通海县| 方城县| 赤峰市| 嘉鱼县| 河津市| 阜宁县| 兴业县| 巴彦淖尔市| 南陵县| 富顺县| 奎屯市| 廊坊市| 前郭尔| 读书| 长兴县| 石台县| 浑源县| 博客| 江津市| 泽库县| 西盟| 志丹县| 白水县| 新余市| 平遥县| 孝感市| 海兴县| 华安县| 雅安市| 麻栗坡县| 河北区| 长春市|