C# Class System.Xml.Tests.XsltApiTestCaseBase2

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Свойство Type Description
retObj object
szDefaultNS String
szEmpty String
szInvalid String
szLongNS String
szLongString String
szSimple String
szWhiteSpace String[]
szXslNS String

Protected Properties

Свойство Type Description
_expectedErrorCode string
_isInProc bool
_standardTests string
_strOutFile string
m_xsltArg System.Xml.Xsl.XsltArgumentList
xrXSLT XmlReader
xslt System.Xml.Xsl.XslCompiledTransform

Méthodes publiques

Méthode Description
CheckExpectedError ( Exception ex, string assembly ) : void
CheckExpectedError ( Exception ex, string assembly, string res, string strParams ) : void
CheckResult ( double szExpResult ) : int
CheckResult ( string expResult ) : int
FullFilePath ( String szFile ) : String
FullHttpPath ( String szFile ) : String
GetDefaultCredResolver ( ) : XmlUrlResolver
GetDocType ( String s ) : NavType
GetOutputType ( String s ) : OutputType
GetReaderType ( String s ) : ReaderType
GetXslInputType ( String s ) : XslInputType
Init ( object objParam ) : void
InitStringValue ( String str ) : String
LoadXML ( String strFileLocation, NavType _navType ) : IXPathNavigable
LoadXSL ( String _strXslFile ) : int
LoadXSL ( String _strXslFile, XmlResolver xr ) : int
LoadXSL ( String _strXslFile, XslInputType xslInputType, XmlResolver xr ) : int
LoadXSL_Resolver ( String _strXslFile, XmlResolver xr ) : int
MyDocType ( ) : NavType
MyOutputType ( ) : OutputType
MyReaderType ( ) : ReaderType
MyXmlInputType ( ) : XmlInputType
MyXslInputType ( ) : XslInputType
SetExpectedError ( string errorCode ) : void
Transform ( String szXmlFile ) : int
Transform ( String szXmlFile, bool errorCase ) : int
TransformResolver ( String szXmlFile, XmlResolver xr ) : int
TransformResolver ( String szXmlFile, XmlResolver xr, bool errorCase ) : int
Transform_ArgList ( String szXmlFile ) : int
Transform_ArgList ( String szXmlFile, bool errorCase ) : int
VerifyResult ( string expectedValue ) : void
VerifyResult ( string baseline, string outputFile ) : void
XsltApiTestCaseBase2 ( ITestOutputHelper output ) : Xunit

Method Details

CheckExpectedError() public méthode

public CheckExpectedError ( Exception ex, string assembly ) : void
ex System.Exception
assembly string
Résultat void

CheckExpectedError() public méthode

public CheckExpectedError ( Exception ex, string assembly, string res, string strParams ) : void
ex System.Exception
assembly string
res string
strParams string
Résultat void

CheckResult() public méthode

public CheckResult ( double szExpResult ) : int
szExpResult double
Résultat int

CheckResult() public méthode

public CheckResult ( string expResult ) : int
expResult string
Résultat int

FullFilePath() public méthode

public FullFilePath ( String szFile ) : String
szFile String
Résultat String

FullHttpPath() public méthode

public FullHttpPath ( String szFile ) : String
szFile String
Résultat String

GetDefaultCredResolver() public méthode

public GetDefaultCredResolver ( ) : XmlUrlResolver
Résultat System.Xml.XmlUrlResolver

GetDocType() public méthode

public GetDocType ( String s ) : NavType
s String
Résultat NavType

GetOutputType() public méthode

public GetOutputType ( String s ) : OutputType
s String
Résultat OutputType

GetReaderType() public méthode

public GetReaderType ( String s ) : ReaderType
s String
Résultat ReaderType

GetXslInputType() public méthode

public GetXslInputType ( String s ) : XslInputType
s String
Résultat XslInputType

Init() public méthode

public Init ( object objParam ) : void
objParam object
Résultat void

InitStringValue() public méthode

public InitStringValue ( String str ) : String
str String
Résultat String

LoadXML() public méthode

public LoadXML ( String strFileLocation, NavType _navType ) : IXPathNavigable
strFileLocation String
_navType NavType
Résultat IXPathNavigable

LoadXSL() public méthode

public LoadXSL ( String _strXslFile ) : int
_strXslFile String
Résultat int

LoadXSL() public méthode

public LoadXSL ( String _strXslFile, XmlResolver xr ) : int
_strXslFile String
xr System.Xml.XmlResolver
Résultat int

LoadXSL() public méthode

public LoadXSL ( String _strXslFile, XslInputType xslInputType, XmlResolver xr ) : int
_strXslFile String
xslInputType XslInputType
xr System.Xml.XmlResolver
Résultat int

LoadXSL_Resolver() public méthode

public LoadXSL_Resolver ( String _strXslFile, XmlResolver xr ) : int
_strXslFile String
xr System.Xml.XmlResolver
Résultat int

MyDocType() public méthode

public MyDocType ( ) : NavType
Résultat NavType

MyOutputType() public méthode

public MyOutputType ( ) : OutputType
Résultat OutputType

MyReaderType() public méthode

public MyReaderType ( ) : ReaderType
Résultat ReaderType

MyXmlInputType() public méthode

public MyXmlInputType ( ) : XmlInputType
Résultat XmlInputType

MyXslInputType() public méthode

public MyXslInputType ( ) : XslInputType
Résultat XslInputType

SetExpectedError() public méthode

public SetExpectedError ( string errorCode ) : void
errorCode string
Résultat void

Transform() public méthode

public Transform ( String szXmlFile ) : int
szXmlFile String
Résultat int

Transform() public méthode

public Transform ( String szXmlFile, bool errorCase ) : int
szXmlFile String
errorCase bool
Résultat int

TransformResolver() public méthode

public TransformResolver ( String szXmlFile, XmlResolver xr ) : int
szXmlFile String
xr System.Xml.XmlResolver
Résultat int

TransformResolver() public méthode

public TransformResolver ( String szXmlFile, XmlResolver xr, bool errorCase ) : int
szXmlFile String
xr System.Xml.XmlResolver
errorCase bool
Résultat int

Transform_ArgList() public méthode

public Transform_ArgList ( String szXmlFile ) : int
szXmlFile String
Résultat int

Transform_ArgList() public méthode

public Transform_ArgList ( String szXmlFile, bool errorCase ) : int
szXmlFile String
errorCase bool
Résultat int

VerifyResult() public méthode

public VerifyResult ( string expectedValue ) : void
expectedValue string
Résultat void

VerifyResult() public méthode

public VerifyResult ( string baseline, string outputFile ) : void
baseline string
outputFile string
Résultat void

XsltApiTestCaseBase2() public méthode

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

Property Details

_expectedErrorCode protected_oe property

protected string _expectedErrorCode
Résultat string

_isInProc protected_oe property

protected bool _isInProc
Résultat bool

_standardTests protected_oe property

protected string _standardTests
Résultat string

_strOutFile protected_oe property

protected string _strOutFile
Résultat string

m_xsltArg protected_oe property

protected XsltArgumentList,System.Xml.Xsl m_xsltArg
Résultat System.Xml.Xsl.XsltArgumentList

retObj public_oe property

public object retObj
Résultat object

szDefaultNS public_oe property

public String szDefaultNS
Résultat String

szEmpty public_oe property

public String szEmpty
Résultat String

szInvalid public_oe property

public String szInvalid
Résultat String

szLongNS public_oe property

public String szLongNS
Résultat String

szLongString public_oe property

public String szLongString
Résultat String

szSimple public_oe property

public String szSimple
Résultat String

szWhiteSpace public_oe property

public String[] szWhiteSpace
Résultat String[]

szXslNS public_oe property

public String szXslNS
Résultat String

xrXSLT protected_oe property

protected XmlReader xrXSLT
Résultat XmlReader

xslt protected_oe property

protected XslCompiledTransform,System.Xml.Xsl xslt
Résultat System.Xml.Xsl.XslCompiledTransform