public function testSetQuantity() { $this->tradeData->setQuantity(78); $this->assertEquals(78, $this->tradeData->getQuantity()); }