C# Class FluentSpec.Classes.Property

Inheritance: Method
Show file Open project: msuarz/fluentspec

Public Methods

Method Description
SwitchToGetter ( ) : void
SwitchToSetter ( ) : void
WasRecordedBy ( System.Log Log ) : void
WillBeExpected ( ) : void
WillThrow ( Exception Exception ) : void

Method Details

SwitchToGetter() public method

public SwitchToGetter ( ) : void
return void

SwitchToSetter() public method

public SwitchToSetter ( ) : void
return void

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