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

testGetters() public method

public testGetters ( PayPal\Api\WebProfile $obj )
$obj PayPal\Api\WebProfile
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getId(), "TestSample");
        $this->assertEquals($obj->getName(), "TestSample");
        $this->assertEquals($obj->getTemporary(), true);
        $this->assertEquals($obj->getFlowConfig(), FlowConfigTest::getObject());
        $this->assertEquals($obj->getInputFields(), InputFieldsTest::getObject());
        $this->assertEquals($obj->getPresentation(), PresentationTest::getObject());
    }