C# Class System.Xml.Tests.XsltEvents

Inheritance: XsltApiTestCaseBase2
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
EventRaised bool
OutFile string

Méthodes publiques

Méthode Description
SerializeMessage ( string outFile, string message ) : void
XsltEvents ( ITestOutputHelper output ) : Xunit

Private Methods

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

Method Details

SerializeMessage() public méthode

public SerializeMessage ( string outFile, string message ) : void
outFile string
message string
Résultat void

XsltEvents() public méthode

public XsltEvents ( ITestOutputHelper output ) : Xunit
output ITestOutputHelper
Résultat Xunit

Property Details

EventRaised public_oe property

public bool EventRaised
Résultat bool

OutFile public_oe property

public string OutFile
Résultat string