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

testGetters() public method

public testGetters ( CarrierAccountToken $obj )
$obj PayPal\Api\CarrierAccountToken
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getCarrierAccountId(), "TestSample");
        $this->assertEquals($obj->getExternalCustomerId(), "TestSample");
    }