Exemplo n.º 1
0
 /**
  * Test the setDirectStrand() method from the LocusChromosome class
  *
  * @uses \bcGen\MainBundle\Entity\LocusChromosome::setDirectStrand()
  */
 public function testSetDirectStrand2()
 {
     echo "\n********************Test SetDirectStrand()*************************************************\n";
     $this->locusChromosome->setDirectStrand(FALSE);
     $this->assertFalse($this->locusChromosome->getDirectStrand());
 }