C# Class FluentSpec.Classes.Method

Inheritance: Call
Afficher le fichier Open project: msuarz/fluentspec Class Usage Examples

Méthodes publiques

Свойство Type Description
ShouldIgnoreArgs bool

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

HaveMatchingArgsWith() public méthode

public HaveMatchingArgsWith ( Method Other ) : bool
Other Method
Résultat bool

IgnoreArgs() public méthode

public IgnoreArgs ( ) : void
Résultat void

Method() public méthode

public Method ( ) : System
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

WasRecordedBy() public méthode

public WasRecordedBy ( System.Log Log ) : void
Log System.Log
Résultat void

WillBeExpected() public méthode

public WillBeExpected ( ) : void
Résultat void

WillThrow() public méthode

public WillThrow ( Exception Exception ) : void
Exception System.Exception
Résultat void

Property Details

ShouldIgnoreArgs public_oe property

public bool ShouldIgnoreArgs
Résultat bool