Exemplo n.º 1
0
 public function testSetQuantity()
 {
     $this->tradeData->setQuantity(78);
     $this->assertEquals(78, $this->tradeData->getQuantity());
 }