Tests.Fixture.CreateProgressNotifier C# (CSharp) Method

CreateProgressNotifier() protected method

protected CreateProgressNotifier ( ) : IProgressNotifier
return IProgressNotifier
        protected virtual IProgressNotifier CreateProgressNotifier()
        {
            return new ConsoleProgressNotifier();
        }