Beispiel #1
0
        public void GetLogTest()
        {
            NLogLogFactory target   = new NLogLogFactory(); // TODO: Initialize to an appropriate value
            string         name     = string.Empty;         // TODO: Initialize to an appropriate value
            ILog           expected = null;                 // TODO: Initialize to an appropriate value
            ILog           actual;

            actual = target.GetLog(name);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Beispiel #2
0
        public void NLogLogFactoryConstructorTest()
        {
            NLogLogFactory target = new NLogLogFactory();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }