C# Class UnitTests.BaseTestFixture

显示文件 Open project: jhicks/EventSourcing

Protected Properties

Property Type Description
_caughtException System.Exception

Protected Methods

Method Description
Finally ( ) : void
Given ( ) : void
When ( ) : void

Private Methods

Method Description
Setup ( ) : void

Method Details

Finally() protected method

protected Finally ( ) : void
return void

Given() protected method

protected Given ( ) : void
return void

When() protected abstract method

protected abstract When ( ) : void
return void

Property Details

_caughtException protected_oe property

protected Exception,System _caughtException
return System.Exception