private OutlineNode nodeFor(string testPath) { var test = runner.FindTest(testPath); return(service.BuildNode(test, controller)); }