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

testGetters() public method

public testGetters ( WebhookEvent $obj )
$obj PayPal\Api\WebhookEvent
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getId(), "TestSample");
        $this->assertEquals($obj->getCreateTime(), "TestSample");
        $this->assertEquals($obj->getResourceType(), "TestSample");
        $this->assertEquals($obj->getEventVersion(), "TestSample");
        $this->assertEquals($obj->getEventType(), "TestSample");
        $this->assertEquals($obj->getSummary(), "TestSample");
        $this->assertEquals($obj->getResource(), "TestSampleObject");
        $this->assertEquals($obj->getStatus(), "TestSample");
        $this->assertEquals($obj->getTransmissions(), "TestSampleObject");
        $this->assertEquals($obj->getLinks(), LinksTest::getObject());
    }