Пример #1
0
 private Uri GetFixtureUrl([NotNullOrEmpty] string testFileHttpUri)
 {
     return(new Uri(string.Format(
                        "{0}?testpage={1}&autoRun=true&submitResults={2}"
                        , fixtureFinder.GetTestRunnerPath()
                        , testFileHttpUri
                        , webServer.WebRootHttpPath)));
 }