コード例 #1
0
ファイル: AssetClassTest.php プロジェクト: junjinZ/wealthbot
 public function testSetToleranceBand()
 {
     $this->assetClass->setToleranceBand(46.2);
     $this->assertEquals(46.2, $this->assetClass->getToleranceBand());
 }