Index: branches/version-2_12-dev/tests/class/SC_Product/SC_Product_findProductIdsOrderTest.php
===================================================================
--- branches/version-2_12-dev/tests/class/SC_Product/SC_Product_findProductIdsOrderTest.php	(revision 22190)
+++ branches/version-2_12-dev/tests/class/SC_Product/SC_Product_findProductIdsOrderTest.php	(revision 22192)
@@ -47,5 +47,5 @@
     }
     
-    public function testFindProductIdsOrder_arrOrderData設定時() {
+    public function testFindProductIdsOrder_arrOrderDataの設定による並び順() {
         $this->setUpProductClass();
         $this->setUpProducts();
@@ -58,5 +58,5 @@
         $this->actual = $this->objProducts->findProductIdsOrder($this->objQuery);
 
-        $this->verify('arrOrderData設定時');
+        $this->verify('arrOrderData設定順');
     }
     
Index: branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getBuyLimitTest.php
===================================================================
--- branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getBuyLimitTest.php	(revision 22191)
+++ branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getBuyLimitTest.php	(revision 22192)
@@ -19,5 +19,5 @@
     /////////////////////////////////////////
 
-    public function testGetBuyLimit_商品数無限() {
+    public function testGetBuyLimit_商品数無限の場合販売制限なし() {
         
         $product = array('stock_unlimited' => '1'
@@ -30,5 +30,5 @@
     }
     
-    public function testGetBuyLimit_商品販売数制限() {
+    public function testGetBuyLimit_商品販売数制限数を返す() {
         
         $product = array('stock_unlimited' => '1'
@@ -41,5 +41,5 @@
     }
     
-    public function testGetBuyLimit_商品在庫数制限() {
+    public function testGetBuyLimit_商品在庫数を制限として返す() {
         
         $product = array('stock_unlimited' => null
@@ -52,5 +52,5 @@
     }
 
-    public function testGetBuyLimit_販売数大なり在庫数() {
+    public function testGetBuyLimit_販売制限数大なり在庫数なら在庫数を返す() {
         
         $product = array('stock_unlimited' => null
@@ -63,5 +63,5 @@
     }
     
-    public function testGetBuyLimit_販売数少なり在庫数() {
+    public function testGetBuyLimit_販売制限数少なり在庫数なら販売制限数() {
         
         $product = array('stock_unlimited' => null
Index: branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getDetailAndProductsClassTest.php
===================================================================
--- branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getDetailAndProductsClassTest.php	(revision 22191)
+++ branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getDetailAndProductsClassTest.php	(revision 22192)
@@ -19,5 +19,5 @@
     /////////////////////////////////////////
 
-    public function testGetDetailAndProductsClass_商品規格ID指定() {
+    public function testGetDetailAndProductsClass_商品規格IDの商品情報と規格情報を返す() {
         $this->setUpProductClass();
         $this->setUpProducts();
Index: branches/version-2_12-dev/tests/class/SC_Product/SC_Product_setProductStatusTest.php
===================================================================
--- branches/version-2_12-dev/tests/class/SC_Product/SC_Product_setProductStatusTest.php	(revision 22191)
+++ branches/version-2_12-dev/tests/class/SC_Product/SC_Product_setProductStatusTest.php	(revision 22192)
@@ -19,5 +19,5 @@
     /////////////////////////////////////////
 
-    public function testSetProductStatus_商品ステータス登録() {
+    public function testSetProductStatus_登録した商品ステータスを返す() {
         $this->setUpProductClass();
         $this->setUpProducts();
Index: branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getDetailTest.php
===================================================================
--- branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getDetailTest.php	(revision 22191)
+++ branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getDetailTest.php	(revision 22192)
@@ -19,5 +19,5 @@
     /////////////////////////////////////////
 
-    public function testGetDetail_商品ID指定() {
+    public function testGetDetail_商品IDの詳細情報を返す() {
         $this->setUpProductClass();
         $this->setUpProducts();
Index: branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getProductStatusTest.php
===================================================================
--- branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getProductStatusTest.php	(revision 22191)
+++ branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getProductStatusTest.php	(revision 22192)
@@ -19,5 +19,5 @@
     /////////////////////////////////////////
 
-    public function testGetProductStatus_商品ID指定なし() {
+    public function testGetProductStatus_商品IDなしは空の配列を返す() {
         $this->setUpProductClass();
         $this->setUpProducts();
@@ -33,5 +33,5 @@
     }
     
-    public function testGetProductStatus_商品ID指定() {
+    public function testGetProductStatus_指定した商品IDの商品ステータスを返す() {
         $this->setUpProductClass();
         $this->setUpProducts();
Index: branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getProductsClassByProductIdsTest.php
===================================================================
--- branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getProductsClassByProductIdsTest.php	(revision 22191)
+++ branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getProductsClassByProductIdsTest.php	(revision 22192)
@@ -19,5 +19,5 @@
     /////////////////////////////////////////
 
-    public function testGetProductsClassByProductIds_商品IDなし() {
+    public function testGetProductsClassByProductIds_商品IDなしは空配列を返す() {
         $this->setUpProductClass();
         $this->setUpProducts();
@@ -33,5 +33,5 @@
     }
     
-    public function testGetProductsClassByProductIds_商品ID指定() {
+    public function testGetProductsClassByProductIds_指定の商品IDの情報を返す() {
         $this->setUpProductClass();
         $this->setUpProducts();
@@ -73,5 +73,5 @@
     }
     
-    public function testGetProductsClassByProductIds_削除商品含む() {
+    public function testGetProductsClassByProductIds_削除商品含む商品情報を返す() {
         $this->setUpProductClass();
         $this->setUpProducts();
Index: branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getListByProductIdsTest.php
===================================================================
--- branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getListByProductIdsTest.php	(revision 22191)
+++ branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getListByProductIdsTest.php	(revision 22192)
@@ -19,5 +19,5 @@
     /////////////////////////////////////////
 
-    public function testgetListByProductIds_商品ID指定なし() {
+    public function testGetListByProductIds_商品ID指定がない場合は空配列() {
         $this->setUpProductClass();
         $this->setUpProducts();
@@ -31,5 +31,5 @@
     }
     
-    public function testgetListByProductIds_商品ID指定() {
+    public function testGetListByProductIds_指定の商品IDで情報を取得する() {
         $this->setUpProductClass();
         $this->setUpProducts();
Index: branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getProductsClassTest.php
===================================================================
--- branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getProductsClassTest.php	(revision 22191)
+++ branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getProductsClassTest.php	(revision 22192)
@@ -19,5 +19,5 @@
     /////////////////////////////////////////
 
-    public function testGetProductsClass_商品規格ID指定() {
+    public function testGetProductsClass_商品規格IDから規格情報を返す() {
         $this->setUpProductClass();
         $this->setUpProducts();
Index: branches/version-2_12-dev/tests/class/SC_Product/SC_Product_findProductCountTest.php
===================================================================
--- branches/version-2_12-dev/tests/class/SC_Product/SC_Product_findProductCountTest.php	(revision 22191)
+++ branches/version-2_12-dev/tests/class/SC_Product/SC_Product_findProductCountTest.php	(revision 22192)
@@ -19,5 +19,5 @@
     /////////////////////////////////////////
 
-    public function testFindProductCount_検索なし() {
+    public function testFindProductCount_すべての商品数を返す() {
         $this->setUpProductClass();
         $this->setUpProducts();
@@ -31,5 +31,5 @@
     }
     
-    public function testFindProductCount_検索条件あり() {
+    public function testFindProductCount_検索条件に一致する商品数を返す() {
         $this->setUpProductClass();
         $this->setUpProducts();
Index: branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getProductsClassByQueryTest.php
===================================================================
--- branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getProductsClassByQueryTest.php	(revision 22191)
+++ branches/version-2_12-dev/tests/class/SC_Product/SC_Product_getProductsClassByQueryTest.php	(revision 22192)
@@ -19,5 +19,5 @@
     /////////////////////////////////////////
 
-    public function testGetProductsClassByQuery_商品ID指定() {
+    public function testGetProductsClassByQuery_クエリに該当する商品情報を返す() {
         $this->setUpProductClass();
         $this->setUpProducts();
Index: branches/version-2_12-dev/tests/class/SC_Product/SC_Product_reduceStockTest.php
===================================================================
--- branches/version-2_12-dev/tests/class/SC_Product/SC_Product_reduceStockTest.php	(revision 22191)
+++ branches/version-2_12-dev/tests/class/SC_Product/SC_Product_reduceStockTest.php	(revision 22192)
@@ -19,5 +19,5 @@
     /////////////////////////////////////////
 
-    public function testReduceStock_減少数０() {
+    public function testReduceStock_減少数０はFalse() {
         $this->setUpProductClass();
         $this->setUpProducts();
@@ -32,5 +32,5 @@
     }
     
-    public function testReduceStock_減少数1() {
+    public function testReduceStock_減少数1はTrue() {
         $this->setUpProductClass();
         $this->setUpProducts();
@@ -45,5 +45,5 @@
     }
     
-    public function testReduceStock_在庫数をマイナスにする() {
+    public function testReduceStock_在庫数をマイナスにする数はFalse() {
         $this->setUpProductClass();
         $this->setUpProducts();
@@ -59,5 +59,5 @@
     
         
-    public function testReduceStock_在庫数無限の場合() {
+    public function testReduceStock_在庫数無限の場合はTrue() {
         $this->setUpProductClass();
         $this->setUpProducts();
