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

testGetters() public method

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