示例#1
0
 public function testSetTargetAllocation()
 {
     $this->assetClass->setTargetAllocation(79.3);
     $this->assertEquals(79.3, $this->assetClass->getTargetAllocation());
 }