PayPal\Test\Api\ProcessorResponseTest::testGetters PHP Méthode

testGetters() public méthode

public testGetters ( PayPal\Api\ProcessorResponse $obj )
$obj PayPal\Api\ProcessorResponse
    public function testGetters($obj)
    {
        $this->assertEquals($obj->getResponseCode(), "TestSample");
        $this->assertEquals($obj->getAvsCode(), "TestSample");
        $this->assertEquals($obj->getCvvCode(), "TestSample");
        $this->assertEquals($obj->getAdviceCode(), "TestSample");
        $this->assertEquals($obj->getEciSubmitted(), "TestSample");
        $this->assertEquals($obj->getVpas(), "TestSample");
    }