C# Class Tests.IntegrationTestsBase

Mostrar archivo Open project: fandrei/AppMetrics

Protected Methods

Method Description
NormalizeUrl ( string relativeUrl ) : string
StartWebServer ( ) : void
StopWebServer ( ) : void

Private Methods

Method Description
FindAppMetricsPath ( ) : string
FindFreePort ( ) : int

Method Details

NormalizeUrl() protected method

protected NormalizeUrl ( string relativeUrl ) : string
relativeUrl string
return string

StartWebServer() protected method

protected StartWebServer ( ) : void
return void

StopWebServer() protected method

protected StopWebServer ( ) : void
return void