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

testGetters() public method

public testGetters ( PayPal\Api\HyperSchema $obj )
$obj PayPal\Api\HyperSchema
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getLinks(), LinksTest::getObject());
        $this->assertEquals($obj->getFragmentResolution(), "TestSample");
        $this->assertEquals($obj->getReadonly(), true);
        $this->assertEquals($obj->getContentEncoding(), "TestSample");
        $this->assertEquals($obj->getPathStart(), "TestSample");
        $this->assertEquals($obj->getMediaType(), "TestSample");
    }