C# Class NextTests.Mocks.MockService

Wrote this, the mother of all overmocks for fun This requires Visual Studio to be run as admin
Inheritance: IDisposable
Show file Open project: JohanLarsson/Next Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
Login ( HttpListenerContext context ) : void
MockService ( ) : System

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Login() public method

public Login ( HttpListenerContext context ) : void
context System.Net.HttpListenerContext
return void

MockService() public method

public MockService ( ) : System
return System