C# Class NUnit.Framework.Api.FrameworkController.ActionCallback

Inheritance: ICallbackEventHandler
Mostra file Open project: nunit/nunit

Public Methods

Method Description
ActionCallback ( Action callback ) : System
GetCallbackResult ( ) : string
RaiseCallbackEvent ( string report ) : void

Method Details

ActionCallback() public method

public ActionCallback ( Action callback ) : System
callback Action
return System

GetCallbackResult() public method

public GetCallbackResult ( ) : string
return string

RaiseCallbackEvent() public method

public RaiseCallbackEvent ( string report ) : void
report string
return void