C# Class Xunit.ExecutorWrapper.XmlNodeCallbackHandlerWithICallbackEventHandler

THIS CLASS IS FOR INTERNAL USE ONLY.
Inheritance: Xunit.XmlNodeCallbackHandler
Mostra file Open project: quetzalcoatl/xvsr10

Public Methods

Method Description
GetCallbackResult ( ) : string
RaiseCallbackEvent ( string result ) : void
XmlNodeCallbackHandlerWithICallbackEventHandler ( Predicate callback, string lastNodeName ) : System

Method Details

GetCallbackResult() public method

public GetCallbackResult ( ) : string
return string

RaiseCallbackEvent() public method

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

XmlNodeCallbackHandlerWithICallbackEventHandler() public method

public XmlNodeCallbackHandlerWithICallbackEventHandler ( Predicate callback, string lastNodeName ) : System
callback Predicate
lastNodeName string
return System