C# Class System.Xml.Tests.CExceptionHandler

Afficher le fichier Open project: dotnet/corefx Class Usage Examples

Méthodes publiques

Свойство Type Description
msg string
res string

Méthodes publiques

Méthode 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 méthode

public CExceptionHandler ( string strXmlFile, string ns, ITestOutputHelper output ) : Xunit
strXmlFile string
ns string
output ITestOutputHelper
Résultat Xunit

VerifyException() public méthode

public VerifyException ( Exception ex ) : bool
ex System.Exception
Résultat bool

VerifyException() public méthode

public VerifyException ( Exception ex, string res, string strParams ) : bool
ex System.Exception
res string
strParams string
Résultat bool

VerifyException() public méthode

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

Property Details

msg public_oe property

public string msg
Résultat string

res public_oe property

public string res
Résultat string