/**
  * Test description.
  *
  * @return void
  * @expectedException \RuntimeException
  */
 public function testGetTestCaseException()
 {
     $this->browser->getTestCase();
 }