Get test results for a test run, ordered by test class.
array Array of results ordered by test class and message id.
public function getLogEntriesByTestClass() : array { return $this->testRunResultsStorage ->getLogEntriesByTestClass($this); }