C# Class UnitTest.MockHttpSession

Inheritance: System.Web.HttpSessionStateBase
Mostra file Open project: chrban/Webapplikasjoner Class Usage Examples

Public Methods

Method Description
getMoqAdminCustomerController ( ) : AdminCustomerController
getMoqAdminEmployeeController ( ) : AdminEmployeeController
getMoqAdminProductController ( ) : AdminProductController
getMoqLayoutController ( ) : LayoutController
getMoqSecurityController ( ) : SecurityController
getMoqSuperController ( ) : SuperController
this ( string name ) : object

Method Details

getMoqAdminCustomerController() public static method

public static getMoqAdminCustomerController ( ) : AdminCustomerController
return Administrasjon.Controllers.AdminCustomerController

getMoqAdminEmployeeController() public static method

public static getMoqAdminEmployeeController ( ) : AdminEmployeeController
return Administrasjon.Controllers.AdminEmployeeController

getMoqAdminProductController() public static method

public static getMoqAdminProductController ( ) : AdminProductController
return Administrasjon.Controllers.AdminProductController

getMoqLayoutController() public static method

public static getMoqLayoutController ( ) : LayoutController
return Administrasjon.Controllers.LayoutController

getMoqSecurityController() public static method

public static getMoqSecurityController ( ) : SecurityController
return Administrasjon.Controllers.SecurityController

getMoqSuperController() public static method

public static getMoqSuperController ( ) : SuperController
return Administrasjon.Controllers.SuperController

this() public method

public this ( string name ) : object
name string
return object