PayPal\Test\Api\CostTest::testGetters PHP Method

testGetters() public method

public testGetters ( Cost $obj )
$obj PayPal\Api\Cost
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getPercent(), "12.34");
        $this->assertEquals($obj->getAmount(), CurrencyTest::getObject());
    }