/**
  * Generated from @assert (1, 1) == 2.
  */
 public function testId()
 {
     $this->assertEquals("1", $this->object->getId());
 }
 /**
  * Generated from @assert (1, 1) == 2.
  */
 public function testGetId()
 {
     $id = 1;
     $this->object->setId($id);
     $this->assertEquals($id, $this->object->getId());
 }