getNodeFor() public method

public getNodeFor ( $stateKey )
 /**
  * @expectedException \InvalidArgumentException
  */
 public function testNoNodeFound()
 {
     $this->buildVisitorUnique();
     $this->sut->getNodeFor('fddbfgb');
 }