C# Class NHibernate.Test.KnownBugAttribute

Inheritance: NUnit.Framework.ExpectedExceptionAttribute
Mostra file Open project: nhibernate/nhibernate-core

Public Methods

Method Description
KnownBugAttribute ( string bug ) : System
KnownBugAttribute ( string bug, System exceptionType ) : System
KnownBugAttribute ( string bug, string exceptionName ) : System

Method Details

KnownBugAttribute() public method

public KnownBugAttribute ( string bug ) : System
bug string
return System

KnownBugAttribute() public method

public KnownBugAttribute ( string bug, System exceptionType ) : System
bug string
exceptionType System
return System

KnownBugAttribute() public method

public KnownBugAttribute ( string bug, string exceptionName ) : System
bug string
exceptionName string
return System