Binboo.Core.Tests.Tests.CommandQueueTestCase.Setup C# (CSharp) Method

Setup() private method

private Setup ( ) : void
return void
        public void Setup()
        {
            _exitEvent.Reset();
            _queue = new CommandQueue(_exitEvent);
        }