/**
  * @param \Yandex\Allure\Adapter\Model\TestCase $testCase
  */
 public function addTestCase(TestCase $testCase)
 {
     $this->testCases[$testCase->getName()] = $testCase;
 }