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

testGetters() public method

public testGetters ( Patch $obj )
$obj PayPal\Api\Patch
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getOp(), "TestSample");
        $this->assertEquals($obj->getPath(), "TestSample");
        $this->assertEquals($obj->getValue(), "TestSample");
        $this->assertEquals($obj->getFrom(), "TestSample");
    }