C# 클래스 System.Xml.Tests.ExceptionVerifier

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

공개 메소드들

메소드 설명
ConstructExpectedMessage ( object IdsAndParams ) : string
ExceptionVerifier ( string assemblyName, ExceptionVerificationFlags flags, ITestOutputHelper output ) : System.Linq
ExceptionVerifier ( string assemblyName, ITestOutputHelper output ) : System.Linq
IsExceptionOk ( Exception e, object IdsAndParams ) : void
IsExceptionOk ( Exception e, string expectedResId ) : void
IsExceptionOk ( Exception e, string expectedResId, string paramValues ) : void
IsExceptionOk ( Exception e, string expectedResId, string paramValues, LineInfo lineInfo ) : void
ReturnAllMatchingResIds ( string message ) : string[]

비공개 메소드들

메소드 설명
CheckNull ( Exception e ) : void
CompareMessages ( ) : void
ExceptionInfoOutput ( ) : void
GetRuntimeInstallDir ( ) : string
MakeEscapes ( string str ) : string

메소드 상세

ConstructExpectedMessage() 공개 메소드

public ConstructExpectedMessage ( object IdsAndParams ) : string
IdsAndParams object
리턴 string

ExceptionVerifier() 공개 메소드

public ExceptionVerifier ( string assemblyName, ExceptionVerificationFlags flags, ITestOutputHelper output ) : System.Linq
assemblyName string
flags ExceptionVerificationFlags
output ITestOutputHelper
리턴 System.Linq

ExceptionVerifier() 공개 메소드

public ExceptionVerifier ( string assemblyName, ITestOutputHelper output ) : System.Linq
assemblyName string
output ITestOutputHelper
리턴 System.Linq

IsExceptionOk() 공개 메소드

public IsExceptionOk ( Exception e, object IdsAndParams ) : void
e System.Exception
IdsAndParams object
리턴 void

IsExceptionOk() 공개 메소드

public IsExceptionOk ( Exception e, string expectedResId ) : void
e System.Exception
expectedResId string
리턴 void

IsExceptionOk() 공개 메소드

public IsExceptionOk ( Exception e, string expectedResId, string paramValues ) : void
e System.Exception
expectedResId string
paramValues string
리턴 void

IsExceptionOk() 공개 메소드

public IsExceptionOk ( Exception e, string expectedResId, string paramValues, LineInfo lineInfo ) : void
e System.Exception
expectedResId string
paramValues string
lineInfo LineInfo
리턴 void

ReturnAllMatchingResIds() 공개 메소드

public ReturnAllMatchingResIds ( string message ) : string[]
message string
리턴 string[]