!NAMESPACE!.Tests.AbstractModelTestCase.InitFramework C# (CSharp) Méthode

InitFramework() protected méthode

protected InitFramework ( ) : void
Résultat void
		protected virtual void InitFramework()
		{
			IConfigurationSource source = ConfigurationSettings.GetConfig("activerecord") as IConfigurationSource;

			ActiveRecordStarter.Initialize( source );

			// Remember to add the types, for example
			// ActiveRecordStarter.Initialize( source, typeof(Blog), typeof(Post) );
		}
	}