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

testGetters() public method

public testGetters ( Notification $obj )
$obj PayPal\Api\Notification
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getSubject(), "TestSample");
        $this->assertEquals($obj->getNote(), "TestSample");
        $this->assertEquals($obj->getSendToMerchant(), true);
    }