C# Class NHibernate.Test.KnownBugAttribute

Inheritance: NUnit.Framework.ExpectedExceptionAttribute
Afficher le fichier Open project: nhibernate/nhibernate-core

Méthodes publiques

Méthode Description
KnownBugAttribute ( string bug ) : System
KnownBugAttribute ( string bug, System exceptionType ) : System
KnownBugAttribute ( string bug, string exceptionName ) : System

Method Details

KnownBugAttribute() public méthode

public KnownBugAttribute ( string bug ) : System
bug string
Résultat System

KnownBugAttribute() public méthode

public KnownBugAttribute ( string bug, System exceptionType ) : System
bug string
exceptionType System
Résultat System

KnownBugAttribute() public méthode

public KnownBugAttribute ( string bug, string exceptionName ) : System
bug string
exceptionName string
Résultat System