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

testGetters() public method

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