C# Class System.Xml.Tests.ReflectionTestCaseBase

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

Protected Properties

Свойство Type Description
scriptTestPath String

Méthodes publiques

Méthode Description
GetInstanceMethod ( Type type, string methName ) : MethodInfo
GetStaticMethod ( Type type, string methName ) : MethodInfo
ReflectionTestCaseBase ( ITestOutputHelper output ) : Xunit

Méthodes protégées

Méthode Description
TestWLoad ( XslCompiledTransform xslt, String asmPath, String type ) : void
WLoad ( XslCompiledTransform instance, MethodInfo meth, Byte bytes, Type types ) : void

Method Details

GetInstanceMethod() public static méthode

public static GetInstanceMethod ( Type type, string methName ) : MethodInfo
type System.Type
methName string
Résultat System.Reflection.MethodInfo

GetStaticMethod() public static méthode

public static GetStaticMethod ( Type type, string methName ) : MethodInfo
type System.Type
methName string
Résultat System.Reflection.MethodInfo

ReflectionTestCaseBase() public méthode

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

TestWLoad() protected méthode

protected TestWLoad ( XslCompiledTransform xslt, String asmPath, String type ) : void
xslt System.Xml.Xsl.XslCompiledTransform
asmPath String
type String
Résultat void

WLoad() protected méthode

protected WLoad ( XslCompiledTransform instance, MethodInfo meth, Byte bytes, Type types ) : void
instance System.Xml.Xsl.XslCompiledTransform
meth System.Reflection.MethodInfo
bytes Byte
types System.Type
Résultat void

Property Details

scriptTestPath protected_oe property

protected String scriptTestPath
Résultat String