C# Class System.Xml.Tests.CExceptionHandler

显示文件 Open project: dotnet/corefx Class Usage Examples

Public Properties

Property Type Description
msg string
res string

Public Methods

Method Description
CExceptionHandler ( string strXmlFile, string ns, ITestOutputHelper output ) : Xunit
VerifyException ( Exception ex ) : bool
VerifyException ( Exception ex, string res, string strParams ) : bool
VerifyException ( Exception ex, string res, string strParams, LineInfo lInfo ) : bool

Method Details

CExceptionHandler() public method

public CExceptionHandler ( string strXmlFile, string ns, ITestOutputHelper output ) : Xunit
strXmlFile string
ns string
output ITestOutputHelper
return Xunit

VerifyException() public method

public VerifyException ( Exception ex ) : bool
ex System.Exception
return bool

VerifyException() public method

public VerifyException ( Exception ex, string res, string strParams ) : bool
ex System.Exception
res string
strParams string
return bool

VerifyException() public method

public VerifyException ( Exception ex, string res, string strParams, LineInfo lInfo ) : bool
ex System.Exception
res string
strParams string
lInfo LineInfo
return bool

Property Details

msg public_oe property

public string msg
return string

res public_oe property

public string res
return string