C# Class ISIS.BaseFixture

Mostra file Open project: jasondentler/ISIS

Protected Properties

Property Type Description
Log ILog

Protected Methods

Method Description
OnFixtureSetup ( ) : void
OnFixtureTearDown ( ) : void
OnTestSetup ( ) : void
OnTestTearDown ( ) : void

Private Methods

Method Description
BaseFixture ( ) : Ncqrs
FixtureSetup ( ) : void
FixtureTearDown ( ) : void
TestSetup ( ) : void
TestTearDown ( ) : void

Method Details

OnFixtureSetup() protected method

protected OnFixtureSetup ( ) : void
return void

OnFixtureTearDown() protected method

protected OnFixtureTearDown ( ) : void
return void

OnTestSetup() protected method

protected OnTestSetup ( ) : void
return void

OnTestTearDown() protected method

protected OnTestTearDown ( ) : void
return void

Property Details

Log protected_oe property

protected ILog Log
return ILog