C# Class Testeroids.MockNotVerifiedException

Exception thrown when a setup for a mock is detected which has not been verified.
Inheritance: System.Exception
Afficher le fichier Open project: Testeroids/Testeroids

Méthodes publiques

Méthode Description
MockNotVerifiedException ( MemberInfo unverifiedMember ) : System

Initializes a new instance of the MockNotVerifiedException class.

Method Details

MockNotVerifiedException() public méthode

Initializes a new instance of the MockNotVerifiedException class.
public MockNotVerifiedException ( MemberInfo unverifiedMember ) : System
unverifiedMember System.Reflection.MemberInfo /// The unverified member. ///
Résultat System