C# Class Testeroids.MockNotVerifiedException

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

Public Methods

Method Description
MockNotVerifiedException ( MemberInfo unverifiedMember ) : System

Initializes a new instance of the MockNotVerifiedException class.

Method Details

MockNotVerifiedException() public method

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