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

testGetters() public method

public testGetters ( Presentation $obj )
$obj PayPal\Api\Presentation
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getBrandName(), "TestSample");
        $this->assertEquals($obj->getLogoImage(), "TestSample");
        $this->assertEquals($obj->getLocaleCode(), "TestSample");
        $this->assertEquals($obj->getReturnUrlLabel(), "TestSample");
        $this->assertEquals($obj->getNoteToSellerLabel(), "TestSample");
    }