C# Class System.Xml.Tests.XsltEvents

Inheritance: XsltApiTestCaseBase2
Mostra file Open project: dotnet/corefx

Public Properties

Property Type Description
EventRaised bool
OutFile string

Public Methods

Method Description
SerializeMessage ( string outFile, string message ) : void
XsltEvents ( ITestOutputHelper output ) : Xunit

Private Methods

Method Description
EventsTests ( object param0, object param1, object param2, object param3 ) : void
argList_XsltMessageEncountered ( object sender, XsltMessageEncounteredEventArgs e ) : void

Method Details

SerializeMessage() public method

public SerializeMessage ( string outFile, string message ) : void
outFile string
message string
return void

XsltEvents() public method

public XsltEvents ( ITestOutputHelper output ) : Xunit
output ITestOutputHelper
return Xunit

Property Details

EventRaised public_oe property

public bool EventRaised
return bool

OutFile public_oe property

public string OutFile
return string