C# Class System.Xml.Tests.ReflectionTestCaseBase

Inheritance: XsltApiTestCaseBase2
显示文件 Open project: dotnet/corefx

Protected Properties

Property Type Description
scriptTestPath String

Public Methods

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

Protected Methods

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

Method Details

GetInstanceMethod() public static method

public static GetInstanceMethod ( Type type, string methName ) : MethodInfo
type System.Type
methName string
return System.Reflection.MethodInfo

GetStaticMethod() public static method

public static GetStaticMethod ( Type type, string methName ) : MethodInfo
type System.Type
methName string
return System.Reflection.MethodInfo

ReflectionTestCaseBase() public method

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

TestWLoad() protected method

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

WLoad() protected method

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
return void

Property Details

scriptTestPath protected_oe property

protected String scriptTestPath
return String