Esempio n. 1
0
        public void GetLogTest()
        {
            NullLogFactory_Accessor target = new NullLogFactory_Accessor(); // 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.");
        }
Esempio n. 2
0
        public void NullLogFactoryConstructorTest()
        {
            NullLogFactory_Accessor target = new NullLogFactory_Accessor();

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