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

testGetters() public method

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