示例#1
0
 /**
  * Test the setProteinSeq method from the Protein class
  *
  * @uses \bcGen\MainBundle\Entity\Protein::setProteinSeq()
  */
 public function testSetGeneSeq()
 {
     echo "\n********************Test SetProteinSeq()****************************************************\n";
     $this->protein->setProteinSeq('setProteinSeq');
     $this->assertEquals('setProteinSeq', $this->protein->getProteinSeq());
 }