public void GetLogTest() { Log4netLogFactory target = new Log4netLogFactory(); // 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."); }
public void Log4netLogFactoryConstructorTest() { Log4netLogFactory target = new Log4netLogFactory(); Assert.Inconclusive("TODO: Implement code to verify target"); }