public function testGetSetNoNoticeGiven()
 {
     $this->assertFalse($this->poa->getNoNoticeGiven());
     $this->poa->setNoNoticeGiven(true);
     $this->assertTrue($this->poa->getNoNoticeGiven());
 }