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

testGetters() public method

public testGetters ( FileAttachment $obj )
$obj PayPal\Api\FileAttachment
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getName(), "TestSample");
        $this->assertEquals($obj->getUrl(), "http://www.google.com");
    }