C# 클래스 NHibernate.Test.KnownBugAttribute

상속: NUnit.Framework.ExpectedExceptionAttribute
파일 보기 프로젝트 열기: nhibernate/nhibernate-core

공개 메소드들

메소드 설명
KnownBugAttribute ( string bug ) : System
KnownBugAttribute ( string bug, System exceptionType ) : System
KnownBugAttribute ( string bug, string exceptionName ) : System

메소드 상세

KnownBugAttribute() 공개 메소드

public KnownBugAttribute ( string bug ) : System
bug string
리턴 System

KnownBugAttribute() 공개 메소드

public KnownBugAttribute ( string bug, System exceptionType ) : System
bug string
exceptionType System
리턴 System

KnownBugAttribute() 공개 메소드

public KnownBugAttribute ( string bug, string exceptionName ) : System
bug string
exceptionName string
리턴 System