public function testAddIncompleteWillIncrementCount()
 {
     $this->proxy->addIncompleteTest($this->test, $this->e, 0);
     $this->assert($this->proxy->getResultPrinter()->getIncompleteCount())->equals(1);
 }