public void Log4netLoggerFactory_CreateLoggerTest()
        {
            var target = new TestLog4netLoggerFactory();
            string name = "Test logger name";
            ILogger actual;

            actual = target.CreateLogger_ForTest(name);
            Assert.IsNotNull(actual);
        }
Beispiel #2
0
        public void Log4netLoggerFactory_CreateLoggerTest()
        {
            var     target = new TestLog4netLoggerFactory();
            string  name   = "Test logger name";
            ILogger actual;

            actual = target.CreateLogger_ForTest(name);
            Assert.IsNotNull(actual);
        }