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

testGetters() public method

public testGetters ( Webhook $obj )
$obj PayPal\Api\Webhook
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getId(), "TestSample");
        $this->assertEquals($obj->getUrl(), "http://www.google.com");
        $this->assertEquals($obj->getEventTypes(), WebhookEventTypeTest::getObject());
        $this->assertEquals($obj->getLinks(), LinksTest::getObject());
    }