Exception
public function listTestsXml() : string { if (!$this->hasListTestsXml()) { throw new Exception(); } return $this->listTestsXml; }