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

testGetters() public method

public testGetters ( ShippingCost $obj )
$obj PayPal\Api\ShippingCost
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getAmount(), CurrencyTest::getObject());
        $this->assertEquals($obj->getTax(), TaxTest::getObject());
    }