Example #1
0
        public void LogNewLine()
        {
            StatisticsLogger.LogNewLine();
            Assert.AreEqual(_newLine, _stringWriter.ToString());

            Assert.Pass();
        }