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

testGetters() public method

public testGetters ( PayPal\Api\Terms $obj )
$obj PayPal\Api\Terms
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getId(), "TestSample");
        $this->assertEquals($obj->getType(), "TestSample");
        $this->assertEquals($obj->getMaxBillingAmount(), CurrencyTest::getObject());
        $this->assertEquals($obj->getOccurrences(), "TestSample");
        $this->assertEquals($obj->getAmountRange(), CurrencyTest::getObject());
        $this->assertEquals($obj->getBuyerEditable(), "TestSample");
    }