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

testGetters() public method

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