C# Class CcNet.Labeller.Tests.SvnRevisionLabellerStub

Inheritance: SvnRevisionLabeller
Mostra file Open project: neutmute/SvnRevisionLabeller Class Usage Examples

Public Methods

Method Description
SetRevision ( int svnRevision ) : void
SvnRevisionLabellerStub ( )
SvnRevisionLabellerStub ( ISystemClock systemClock )

Protected Methods

Method Description
GetRevision ( ) : int

Method Details

GetRevision() protected method

protected GetRevision ( ) : int
return int

SetRevision() public method

public SetRevision ( int svnRevision ) : void
svnRevision int
return void

SvnRevisionLabellerStub() public method

SvnRevisionLabellerStub() public method

public SvnRevisionLabellerStub ( ISystemClock systemClock )
systemClock ISystemClock