Beispiel #1
0
        public EventCollectorSchedulerTest(ITestOutputHelper output)
        {
            // Enable console writing in test by un commenting below.
            var converter = new XunitConsoleWriter(output);

            Console.SetOut(converter);
        }
        public SlidingWindowQueueTest(ITestOutputHelper output)
        {
            // Enable console writing in test by un commenting below.
            var converter = new XunitConsoleWriter(output);

            Console.SetOut(converter);
        }