C# Class FubuMVC.IntegrationTesting.ErrorEndpoint

Show file Open project: DarthFubuMVC/fubumvc

Public Methods

Method Description
ErrorEndpoint ( SomeService service ) : System
get_error1 ( ) : string
get_error2 ( ) : Task

Method Details

ErrorEndpoint() public method

public ErrorEndpoint ( SomeService service ) : System
service SomeService
return System

get_error1() public method

public get_error1 ( ) : string
return string

get_error2() public method

public get_error2 ( ) : Task
return Task