Beispiel #1
0
 public function testSetToleranceBand()
 {
     $this->assetClass->setToleranceBand(46.2);
     $this->assertEquals(46.2, $this->assetClass->getToleranceBand());
 }