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

testGetters() public method

public testGetters ( PayPal\Api\NameValuePair $obj )
$obj PayPal\Api\NameValuePair
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getName(), "TestSample");
        $this->assertEquals($obj->getValue(), "TestSample");
    }