/**
  * @test
  */
 public function getSetupRoundsReturnsInitialValueForString()
 {
     $this->assertSame('', $this->subject->getSetupRounds());
 }