C# Class NSoft.NFramework.Data.MongoDB.MongoFixtureBase

Mostrar archivo Open project: debop/NFramework

Public Properties

Property Type Description
Database MongoDatabase
DefaultConnectionString string
Server MongoServer

Protected Properties

Property Type Description
IsDebugEnabled bool
log Logger

Protected Methods

Method Description
OnSetUp ( ) : void
OnTearDown ( ) : void
OnTestFixtureSetUp ( ) : void
OnTestFixtureTearDown ( ) : void

Private Methods

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

Method Details

OnSetUp() protected method

protected OnSetUp ( ) : void
return void

OnTearDown() protected method

protected OnTearDown ( ) : void
return void

OnTestFixtureSetUp() protected method

protected OnTestFixtureSetUp ( ) : void
return void

OnTestFixtureTearDown() protected method

protected OnTestFixtureTearDown ( ) : void
return void

Property Details

Database public_oe static_oe property

public static MongoDatabase Database
return MongoDatabase

DefaultConnectionString public_oe static_oe property

public static string DefaultConnectionString
return string

IsDebugEnabled protected_oe static_oe property

protected static bool IsDebugEnabled
return bool

Server public_oe static_oe property

public static MongoServer Server
return MongoServer

log protected_oe static_oe property

protected static Logger log
return Logger