public function testNameIsGeneratedIfNotSet()
 {
     $route = new Route();
     $this->assertNotEmpty($route->getName());
 }