/**
  * @test
  * @expectedException           Exception
  * @expectedExceptionMessage    idが不正です
  * @group af-not-set-item-id
  * @group af
  */
 public function Idを指定していない場合()
 {
     $this->item->getId();
 }