Beispiel #1
0
        public void sending_logs_to_a_text_file()
        {
            LogReceiver r = new LogReceiver(InternalLogPath);

            r.Invoking(sut => sut.Start()).ShouldNotThrow();
            r.Stop();
        }