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

testGetters() public method

public testGetters ( FlowConfig $obj )
$obj PayPal\Api\FlowConfig
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getLandingPageType(), "TestSample");
        $this->assertEquals($obj->getBankTxnPendingUrl(), "http://www.google.com");
        $this->assertEquals($obj->getUserAction(), "TestSample");
        $this->assertEquals($obj->getReturnUriHttpMethod(), "TestSample");
    }