public function testSfGetClassCatCount__規格分類の件数がIDごとに取得できる()
 {
     $this->expected = array('1001' => '2', '1002' => '1');
     $this->actual = SC_Utils::sfGetClassCatCount();
     $this->verify('規格分類の件数');
 }