public function testTheShouldNotBeCheckedShouldThrowExceptionOnNonExistentSelector()
 {
     $this->setSessionExpectation(false);
     $this->setExpectedException('\\RuntimeException');
     $this->context->theShouldNotBeChecked('say what');
 }