BottomShelf.Host.Specs.Features.LogManagerFeature.GetTheDefaultLog C# (CSharp) Метод

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

private GetTheDefaultLog ( ) : void
Результат void
        public virtual void GetTheDefaultLog()
        {
            TechTalk.SpecFlow.ScenarioInfo scenarioInfo = new TechTalk.SpecFlow.ScenarioInfo("Get the default log", ((string[])(null)));
#line 6
this.ScenarioSetup(scenarioInfo);
#line 7
 testRunner.When("I ask for the log using \'null\' as the type");
#line 8
 testRunner.Then("the log should be of type \'BottomShelf.ConsoleLog, BottomShelf\'");
#line hidden
            testRunner.CollectScenarioErrors();
        }