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

          junit 筆記

          Posted on 2007-10-30 17:59 G_G 閱讀(294) 評(píng)論(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設(shè)置

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





          主站蜘蛛池模板: 宜黄县| 乌拉特后旗| 连山| 德令哈市| 鲜城| 临清市| 南部县| 栾城县| 永城市| 通道| 光泽县| 昭平县| 莱西市| 青州市| 大渡口区| 隆子县| 文昌市| 甘谷县| 井冈山市| 洮南市| 临桂县| 高邮市| 宣武区| 五河县| 天水市| 合江县| 五大连池市| 丰顺县| 基隆市| 额济纳旗| 衡阳县| 玉门市| 武宁县| 罗江县| 海城市| 阿城市| 合作市| 太白县| 霍城县| 隆子县| 内乡县|