C# Class FluentSpec.Classes.Method

Inheritance: Call
Show file Open project: msuarz/fluentspec Class Usage Examples

Public Properties

Property Type Description
ShouldIgnoreArgs bool

Public Methods

Method Description
Equals ( object obj ) : bool
GetHashCode ( ) : int
HaveMatchingArgsWith ( Method Other ) : bool
IgnoreArgs ( ) : void
Method ( ) : System
ToString ( ) : string
WasRecordedBy ( System.Log Log ) : void
WillBeExpected ( ) : void
WillThrow ( Exception Exception ) : void

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

HaveMatchingArgsWith() public method

public HaveMatchingArgsWith ( Method Other ) : bool
Other Method
return bool

IgnoreArgs() public method

public IgnoreArgs ( ) : void
return void

Method() public method

public Method ( ) : System
return System

ToString() public method

public ToString ( ) : string
return string

WasRecordedBy() public method

public WasRecordedBy ( System.Log Log ) : void
Log System.Log
return void

WillBeExpected() public method

public WillBeExpected ( ) : void
return void

WillThrow() public method

public WillThrow ( Exception Exception ) : void
Exception System.Exception
return void

Property Details

ShouldIgnoreArgs public property

public bool ShouldIgnoreArgs
return bool