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