C# Class BlogSharp.NHibernate.Tests.MappingTests.MappingsFixtureBase

Show file Open project: BlogSharp/Blogsharp

Protected Methods

Method Description
DoInNewSessionAndTransaction ( Action action ) : void
OpenSession ( ) : ISession

Private Methods

Method Description
SetUp ( ) : void
TearDown ( ) : void

Method Details

DoInNewSessionAndTransaction() protected method

protected DoInNewSessionAndTransaction ( Action action ) : void
action Action
return void

OpenSession() protected method

protected OpenSession ( ) : ISession
return ISession