Exemplo n.º 1
0
        public void NLogLoggerFactory_CreateLoggerTest()
        {
            TestNLogLoggerFactory target = new TestNLogLoggerFactory();
            string name = "Test logger name";
            ILogger actual;

            actual = target.CreateLogger_ForTest(name);
            Assert.IsNotNull(actual);
        }
Exemplo n.º 2
0
        public void NLogLoggerFactory_CreateLoggerTest()
        {
            TestNLogLoggerFactory target = new TestNLogLoggerFactory();
            string  name = "Test logger name";
            ILogger actual;

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