Abc.Zebus.TinyHost.Tests.HostWrapperFactoryTests.should_return_console_wrapper_when_no_arguments_are_given C# (CSharp) Method

should_return_console_wrapper_when_no_arguments_are_given() private method

        public void should_return_console_wrapper_when_no_arguments_are_given()
        {
            var wrapper = HostWrapperFactory.GetWrapper(new string[0]);
            wrapper.GetType().ShouldEqual(typeof(ConsoleHostWrapper));
        }