public function testCreate()
 {
     $this->assertSame($this->responseMock, $this->responseFactory->create());
 }
 /**
  * Factory constructor
  *
  * @param \Magento\Framework\ObjectManagerInterface $objectManager
  * @param string $instanceName
  */
 public function __construct(\Magento\Framework\ObjectManagerInterface $objectManager, $instanceName = 'Magento\\Authorizenet\\Model\\Directpost\\Response')
 {
     parent::__construct($objectManager, $instanceName);
 }