public void Should_not_publish_browser_communication_timeout_when_a_message_arrives_within_the_specified_timeout_period()
 {
     EventPublished.ShouldBeFalse();
 }
 public void Should_not_fire_the_comm_err_event_if_the_TestRunCompletedEvent_has_arrived()
 {
     EventPublished.ShouldBeFalse();
 }