Ignore:
Timestamp:
2012/11/06 12:37:12 (11 years ago)
Author:
pineray
Message:

#1958 (別お届け先関連の処理をページクラスから分離)

テストケースの依存性を設定.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/test/class/helper/SC_Helper_Address_Test.php

    r22073 r22079  
    8181    } 
    8282 
     83    /** 
     84     * @depends testSave 
     85     */ 
    8386    function testGet() { 
    8487        // testSave のテストが通っていること前提 
     
    100103    } 
    101104 
     105    /** 
     106     * @depends testSave 
     107     */ 
    102108    function testGetList() { 
    103109        // testSave のテストが通っていること前提 
     
    123129    } 
    124130 
     131    /** 
     132     * @depends testSave 
     133     */ 
    125134    function testDelete() { 
    126135        // testSave のテストが通っていること前提 
Note: See TracChangeset for help on using the changeset viewer.