Method | Description | |
---|---|---|
AppHost ( string appPhysicalDirectory ) : System | ||
AppHost ( string appPhysicalDirectory, string virtualDirectory ) : System | ||
Dispose ( ) : void | ||
Execute ( System.Action action ) : void | ||
SimulateBrowsingSession ( Action |
Method | Description | |
---|---|---|
AppHost ( ) : System | ||
GetApplicationInstance ( ) : System.Web.HttpApplication | ||
InitializeApplication ( ) : void | ||
RecycleApplicationInstance ( System.Web.HttpApplication appInstance ) : void | ||
RefreshEventsList ( System.Web.HttpApplication appInstance ) : void |
public AppHost ( string appPhysicalDirectory ) : System | ||
appPhysicalDirectory | string | |
return | System |
public AppHost ( string appPhysicalDirectory, string virtualDirectory ) : System | ||
appPhysicalDirectory | string | |
virtualDirectory | string | |
return | System |
public Execute ( System.Action action ) : void | ||
action | System.Action | |
return | void |
public SimulateBrowsingSession ( Action |
||
testScript | Action |
|
return | void |