C# Class Tests.FakeAirbrakeClient

Inheritance: AirbrakeClient
Mostra file Open project: nhsevidence/SharpBrake.Mvc Class Usage Examples

Public Methods

Method Description
FakeAirbrakeClient ( ) : System
Send ( AirbrakeNotice notice ) : void
Send ( Exception exception, string>.IEnumerable extraParams = null ) : void

Method Details

FakeAirbrakeClient() public method

public FakeAirbrakeClient ( ) : System
return System

Send() public method

public Send ( AirbrakeNotice notice ) : void
notice SharpBrake.Mvc.Serialization.AirbrakeNotice
return void

Send() public method

public Send ( Exception exception, string>.IEnumerable extraParams = null ) : void
exception System.Exception
extraParams string>.IEnumerable
return void