Counts the number of test cases that will be run by this test.
integer
Overrides PHPUnit_Extensions_TestDecorator::count
public function count() { return $this->timesRepeat * count($this->test); }