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

testGetters() public method

public testGetters ( ShippingInfo $obj )
$obj PayPal\Api\ShippingInfo
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getFirstName(), "TestSample");
        $this->assertEquals($obj->getLastName(), "TestSample");
        $this->assertEquals($obj->getBusinessName(), "TestSample");
        $this->assertEquals($obj->getAddress(), AddressTest::getObject());
    }