/**
  * @expectedException \QATools\QATools\PageObject\Exception\ElementException
  * @expectedExceptionCode \QATools\QATools\PageObject\Exception\ElementException::TYPE_UNKNOWN_METHOD
  * @expectedExceptionMessage "nonExistingMethod" method is not available on the
  */
 public function testMethodForwardingFailure()
 {
     $this->element->nonExistingMethod();
 }