public function testGenerateRouteRequest()
 {
     $router = new Router($this->getCollection());
     $router->setHandler($this);
     $router->listen($router->generateRoute('page', array('slug' => 'hello-world')));
 }