コード例 #1
0
 /**
  * @depends	testInterface
  * @return	null
  */
 public function testRouteDetail()
 {
     $this->assertEquals($this->route, $this->context->getRouteDetail());
 }