/**
  * @dataProvider dataProvidergetNodeValueByXpath
  */
 public function testGetNodeValueByXpath($xpathQuery, $nodeValue)
 {
     $this->_message->fromString($this->_getSoapData());
     $this->assertSame($nodeValue, $this->_message->getNodeValueByXpath($xpathQuery));
 }