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

          junit 筆記

          Posted on 2007-10-30 17:59 G_G 閱讀(295) 評(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





          主站蜘蛛池模板: 岳阳县| 庆阳市| 辉县市| 岑巩县| 杨浦区| 阜阳市| 延川县| 阳高县| 衡水市| 东山县| 余干县| 农安县| 西乌珠穆沁旗| 清远市| 无锡市| 体育| 凯里市| 宁德市| 城固县| 安达市| 司法| 郸城县| 临夏市| 泾阳县| 山阴县| 西平县| 拜城县| 陈巴尔虎旗| 玛曲县| 道真| 饶阳县| 鄂伦春自治旗| 鄢陵县| 刚察县| 宜川县| 昂仁县| 凌云县| 蓝山县| 蓬溪县| 霞浦县| 海淀区|