AzureWebFarm.Tests.Config.AutofacConfigShould.FixtureSetup C# (CSharp) Метод

FixtureSetup() приватный Метод

private FixtureSetup ( ) : void
Результат void
        public void FixtureSetup()
        {
            AzureRoleEnvironment.GetLocalResourcePath = c => "c:\\temp\\" + c;
            AzureRoleEnvironment.GetConfigurationSettingValue = c => c;
            _container = AutofacConfig.BuildContainer(CloudStorageAccount.DevelopmentStorageAccount, new ConsoleFactory(), LoggerLevel.Debug);
        }